Html Css Color HEX #136FAA Cerulean

📋 copy color: '#136FAA'

red 19 ◦ green 111 ◦ blue 170

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

Shades of Cerulean #136FAA

Tints of Cerulean #136FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 6.33%
G = 37%
B = 56.67%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#136FAA (or 0x136FAA) is known color: Cerulean. HEX triplet: 13, 6F and AA. RGB value is (19,111,170). Sum of RGB (Red+Green+Blue) = 19+111+170=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #136FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136FAA is #EC9055. Grayscale: #595959. Windows color (decimal): -15503446 or 11169555. OLE color: 11169555.

HSL color Cylindrical-coordinate representation of color #136FAA: hue angle of 203.44º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136FAA is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 111 170 -
CMYK 0.89 0.35 0 0.33
HSL 203.44º 0.8% 0.37% -
HSV(B) 203.44º 0.89% 0.67% -
XYZ 13.21 14.41 40.12 -
YUV 90.22 173.02 77.2 -
System Red Green Blue C M Y K H S L
Decimal 19 111 170 0.89 0.35 0 0.33 203.44 0.8 0.37
Hex 13 6F AA 59 23 0 21 CB 50 25
Octal 23 157 252 131 43 0 41 313 120 45
Binary 10011 1101111 10101010 1011001 100011 0 100001 11001011 1010000 100101

Color Harmonies of #136FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FAA

Black with #136FAA

Text Example


Text Example

White with #136FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136FAA; }

 p { color: rgb(19,111,170); }

 H1.HeaderClassName
 {
   color: #136FAA;
 }
 .AnyTagClassName
 {
   color: #136FAA;
 }
</style>

background-color css

<style>
 a { background-color: #136FAA; }

 a { background-color: rgb(19,111,170); }

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

border-color css

<style>
 span { border-color: #136FAA; }

 span { border-color: rgb(19,111,170); }

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