Html Css Color HEX #134E78 Dark Cerulean

📋 copy color: '#134E78'

red 19 ◦ green 78 ◦ blue 120

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

Shades of Dark Cerulean #134E78

Tints of Dark Cerulean #134E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.94%

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

R = 8.76%
G = 35.94%
B = 55.3%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134E78 (or 0x134E78) is known color: Dark Cerulean. HEX triplet: 13, 4E and 78. RGB value is (19,78,120). Sum of RGB (Red+Green+Blue) = 19+78+120=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #134E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E78 is #ECB187. Grayscale: #404040. Windows color (decimal): -15511944 or 7884307. OLE color: 7884307.

HSL color Cylindrical-coordinate representation of color #134E78: hue angle of 204.95º 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 #134E78 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 78 120 -
CMYK 0.84 0.35 0 0.53
HSL 204.95º 0.73% 0.27% -
HSV(B) 204.95º 0.84% 0.47% -
XYZ 6.38 6.94 18.77 -
YUV 65.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 19 78 120 0.84 0.35 0 0.53 204.95 0.73 0.27
Hex 13 4E 78 54 23 0 35 CD 49 1B
Octal 23 116 170 124 43 0 65 315 111 33
Binary 10011 1001110 1111000 1010100 100011 0 110101 11001101 1001001 11011

Color Harmonies of #134E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E78

Black with #134E78

Text Example


Text Example

White with #134E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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