Html Css Color HEX #134A96 Dark Cerulean

📋 copy color: '#134A96'

red 19 ◦ green 74 ◦ blue 150

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

Shades of Dark Cerulean #134A96

Tints of Dark Cerulean #134A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 7.82%
G = 30.45%
B = 61.73%

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

#134A96 (or 0x134A96) is known color: Dark Cerulean. HEX triplet: 13, 4A and 96. RGB value is (19,74,150). Sum of RGB (Red+Green+Blue) = 19+74+150=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #134A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134A96 is #ECB569. Grayscale: #414141. Windows color (decimal): -15512938 or 9849363. OLE color: 9849363.

HSL color Cylindrical-coordinate representation of color #134A96: hue angle of 214.81º 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 #134A96 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 74 150 -
CMYK 0.87 0.51 0 0.41
HSL 214.81º 0.78% 0.33% -
HSV(B) 214.81º 0.87% 0.59% -
XYZ 8.22 7.24 29.82 -
YUV 66.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 19 74 150 0.87 0.51 0 0.41 214.81 0.78 0.33
Hex 13 4A 96 57 33 0 29 D7 4E 21
Octal 23 112 226 127 63 0 51 327 116 41
Binary 10011 1001010 10010110 1010111 110011 0 101001 11010111 1001110 100001

Color Harmonies of #134A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A96

Black with #134A96

Text Example


Text Example

White with #134A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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