Html Css Color HEX #136998 Cerulean

📋 copy color: '#136998'

red 19 ◦ green 105 ◦ blue 152

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

Shades of Cerulean #136998

Tints of Cerulean #136998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 6.88%
G = 38.04%
B = 55.07%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#136998 (or 0x136998) is known color: Cerulean. HEX triplet: 13, 69 and 98. RGB value is (19,105,152). Sum of RGB (Red+Green+Blue) = 19+105+152=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #136998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136998 is #EC9667. Grayscale: #545454. Windows color (decimal): -15505000 or 9988371. OLE color: 9988371.

HSL color Cylindrical-coordinate representation of color #136998: hue angle of 201.2º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136998 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 105 152 -
CMYK 0.87 0.31 0 0.40
HSL 201.2º 0.78% 0.34% -
HSV(B) 201.2º 0.88% 0.6% -
XYZ 10.99 12.51 31.54 -
YUV 84.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 19 105 152 0.87 0.31 0 0.40 201.2 0.78 0.34
Hex 13 69 98 57 1F 0 28 C9 4E 22
Octal 23 151 230 127 37 0 50 311 116 42
Binary 10011 1101001 10011000 1010111 11111 0 101000 11001001 1001110 100010

Color Harmonies of #136998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136998

Black with #136998

Text Example


Text Example

White with #136998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136998; }

 p { color: rgb(19,105,152); }

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

background-color css

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

 a { background-color: rgb(19,105,152); }

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

border-color css

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

 span { border-color: rgb(19,105,152); }

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