Html Css Color HEX #137FAF Cerulean

📋 copy color: '#137FAF'

red 19 ◦ green 127 ◦ blue 175

#137FAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #137FAF

Tints of Cerulean #137FAF

RGB

 RED value IS 19 (7.81% from 255) = 5.92%

 GREEN value IS 127 (50% from 255) = 39.56%

 BLUE value IS 175 (68.75% from 255) = 54.52%

R = 5.92%
G = 39.56%
B = 54.52%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#137FAF (or 0x137FAF) is known color: Cerulean. HEX triplet: 13, 7F and AF. RGB value is (19,127,175). Sum of RGB (Red+Green+Blue) = 19+127+175=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #137FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FAF is #EC8050. Grayscale: #636363. Windows color (decimal): -15499345 or 11501331. OLE color: 11501331.

HSL color Cylindrical-coordinate representation of color #137FAF: hue angle of 198.46º 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 #137FAF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 127 175 -
CMYK 0.89 0.27 0 0.31
HSL 198.46º 0.8% 0.38% -
HSV(B) 198.46º 0.89% 0.69% -
XYZ 15.6 18.41 43.29 -
YUV 100.18 170.22 70.1 -
System Red Green Blue C M Y K H S L
Decimal 19 127 175 0.89 0.27 0 0.31 198.46 0.8 0.38
Hex 13 7F AF 59 1B 0 1F C6 50 26
Octal 23 177 257 131 33 0 37 306 120 46
Binary 10011 1111111 10101111 1011001 11011 0 11111 11000110 1010000 100110

Color Harmonies of #137FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FAF

Black with #137FAF

Text Example


Text Example

White with #137FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137FAF; }

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

 H1.HeaderClassName
 {
   color: #137FAF;
 }
 .AnyTagClassName
 {
   color: #137FAF;
 }
</style>

background-color css

<style>
 a { background-color: #137FAF; }

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

 div.DivClassName
 {
   background-color: #137FAF;
 }
 .BgClassName
 {
   background-color: #137FAF;
 }
</style>

border-color css

<style>
 span { border-color: #137FAF; }

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

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