Html Css Color HEX #136AA4 Cerulean

📋 copy color: '#136AA4'

red 19 ◦ green 106 ◦ blue 164

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

Shades of Cerulean #136AA4

Tints of Cerulean #136AA4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 164 (64.45% from 255) = 56.75%

R = 6.57%
G = 36.68%
B = 56.75%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#136AA4 (or 0x136AA4) is known color: Cerulean. HEX triplet: 13, 6A and A4. RGB value is (19,106,164). Sum of RGB (Red+Green+Blue) = 19+106+164=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #136AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AA4 is #EC955B. Grayscale: #565656. Windows color (decimal): -15504732 or 10775059. OLE color: 10775059.

HSL color Cylindrical-coordinate representation of color #136AA4: hue angle of 204º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136AA4 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 106 164 -
CMYK 0.88 0.35 0 0.36
HSL 204º 0.79% 0.36% -
HSV(B) 204º 0.88% 0.64% -
XYZ 12.12 13.13 37.02 -
YUV 86.6 171.68 79.78 -
System Red Green Blue C M Y K H S L
Decimal 19 106 164 0.88 0.35 0 0.36 204 0.79 0.36
Hex 13 6A A4 58 23 0 24 CC 4F 24
Octal 23 152 244 130 43 0 44 314 117 44
Binary 10011 1101010 10100100 1011000 100011 0 100100 11001100 1001111 100100

Color Harmonies of #136AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AA4

Black with #136AA4

Text Example


Text Example

White with #136AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,106,164); }

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

background-color css

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

 a { background-color: rgb(19,106,164); }

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

border-color css

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

 span { border-color: rgb(19,106,164); }

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