Html Css Color HEX #134996 Dark Cerulean

📋 copy color: '#134996'

red 19 ◦ green 73 ◦ blue 150

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

Shades of Dark Cerulean #134996

Tints of Dark Cerulean #134996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 150 (58.98% from 255) = 61.98%

R = 7.85%
G = 30.17%
B = 61.98%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#134996 (or 0x134996) is known color: Dark Cerulean. HEX triplet: 13, 49 and 96. RGB value is (19,73,150). Sum of RGB (Red+Green+Blue) = 19+73+150=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #134996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134996 is #ECB669. Grayscale: #414141. Windows color (decimal): -15513194 or 9849107. OLE color: 9849107.

HSL color Cylindrical-coordinate representation of color #134996: hue angle of 215.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134996 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 73 150 -
CMYK 0.87 0.51 0 0.41
HSL 215.27º 0.78% 0.33% -
HSV(B) 215.27º 0.87% 0.59% -
XYZ 8.16 7.11 29.8 -
YUV 65.63 175.61 94.74 -
System Red Green Blue C M Y K H S L
Decimal 19 73 150 0.87 0.51 0 0.41 215.27 0.78 0.33
Hex 13 49 96 57 33 0 29 D7 4E 21
Octal 23 111 226 127 63 0 51 327 116 41
Binary 10011 1001001 10010110 1010111 110011 0 101001 11010111 1001110 100001

Color Harmonies of #134996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134996

Black with #134996

Text Example


Text Example

White with #134996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134996; }

 p { color: rgb(19,73,150); }

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

background-color css

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

 a { background-color: rgb(19,73,150); }

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

border-color css

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

 span { border-color: rgb(19,73,150); }

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