Html Css Color HEX #136AA5 Cerulean

📋 copy color: '#136AA5'

red 19 ◦ green 106 ◦ blue 165

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

Shades of Cerulean #136AA5

Tints of Cerulean #136AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 56.9%

R = 6.55%
G = 36.55%
B = 56.9%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#136AA5 (or 0x136AA5) is known color: Cerulean. HEX triplet: 13, 6A and A5. RGB value is (19,106,165). Sum of RGB (Red+Green+Blue) = 19+106+165=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #136AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AA5 is #EC955A. Grayscale: #565656. Windows color (decimal): -15504731 or 10840595. OLE color: 10840595.

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

Color convert

RGB 19 106 165 -
CMYK 0.88 0.36 0 0.35
HSL 204.25º 0.79% 0.36% -
HSV(B) 204.25º 0.88% 0.65% -
XYZ 12.21 13.16 37.49 -
YUV 86.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 19 106 165 0.88 0.36 0 0.35 204.25 0.79 0.36
Hex 13 6A A5 58 24 0 23 CC 4F 24
Octal 23 152 245 130 44 0 43 314 117 44
Binary 10011 1101010 10100101 1011000 100100 0 100011 11001100 1001111 100100

Color Harmonies of #136AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AA5

Black with #136AA5

Text Example


Text Example

White with #136AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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