#1381af

Color #1381AF Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1381AF

Tints of Cerulean #1381AF

Color information

#1381AF (or 0x1381AF) is unknown color: approx Cerulean. HEX triplet: 13, 81 and AF. RGB value is (19,129,175). Sum of RGB (Red+Green+Blue) = 19+129+175=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #1381AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1381AF is #EC7E50. Grayscale: #656565. Windows color (decimal): -15498833 or 11501843. OLE color: 11501843.

HSL color Cylindrical-coordinate representation of color #1381AF: hue angle of 197.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1381AF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB19129175-
CMYK0.890.2600.31
HSL197.69º80.41%38.04%-
HSV(B)197.69º89.14%68.63%-
XYZ15.8618.9343.38-
YUV101.35169.5669.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 5.88%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=5.88%
G=39.94%
B=54.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191291750.890.2600.31197.6980.4138.04
Hex1381AF591A01Fc65026
Octal232012571313203730612046
Binary100111000000110101111101100111010011111110001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1381af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1381af; }

 p { color: rgb(19,129,175); }

 H1.HeaderClassName
 {
   color: #1381af;
 }
 .AnyTagClassName
 {
   color: #1381af;
 }
</style>
background-color css

<style>
 a { background-color: #1381af; }

 a { background-color: rgb(19,129,175); }

 div.DivClassName
 {
   background-color: #1381af;
 }
 .BgClassName
 {
   background-color: #1381af;
 }
</style>
border-color css

<style>
 span { border-color: #1381af; }

 span { border-color: rgb(19,129,175); }

 td.TdClassName
 {
   border-color: #1381af;
 }
 .TagClassName
 {
   border-color: #1381af;
 }
</style>