Html Css Color HEX #134D78 Dark Cerulean

📋 copy color: '#134D78'

red 19 ◦ green 77 ◦ blue 120

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

Shades of Dark Cerulean #134D78

Tints of Dark Cerulean #134D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.65%

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 8.8%
G = 35.65%
B = 55.56%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134D78 (or 0x134D78) is known color: Dark Cerulean. HEX triplet: 13, 4D and 78. RGB value is (19,77,120). Sum of RGB (Red+Green+Blue) = 19+77+120=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #134D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D78 is #ECB287. Grayscale: #404040. Windows color (decimal): -15512200 or 7884051. OLE color: 7884051.

HSL color Cylindrical-coordinate representation of color #134D78: hue angle of 205.54º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134D78 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 77 120 -
CMYK 0.84 0.36 0 0.53
HSL 205.54º 0.73% 0.27% -
HSV(B) 205.54º 0.84% 0.47% -
XYZ 6.31 6.8 18.75 -
YUV 64.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 19 77 120 0.84 0.36 0 0.53 205.54 0.73 0.27
Hex 13 4D 78 54 24 0 35 CE 49 1B
Octal 23 115 170 124 44 0 65 316 111 33
Binary 10011 1001101 1111000 1010100 100100 0 110101 11001110 1001001 11011

Color Harmonies of #134D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D78

Black with #134D78

Text Example


Text Example

White with #134D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,120); }

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

background-color css

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

 a { background-color: rgb(19,77,120); }

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

border-color css

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

 span { border-color: rgb(19,77,120); }

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