Html Css Color HEX #134E73 Dark Cerulean

📋 copy color: '#134E73'

red 19 ◦ green 78 ◦ blue 115

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

Shades of Dark Cerulean #134E73

Tints of Dark Cerulean #134E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 8.96%
G = 36.79%
B = 54.25%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134E73 (or 0x134E73) is known color: Dark Cerulean. HEX triplet: 13, 4E and 73. RGB value is (19,78,115). Sum of RGB (Red+Green+Blue) = 19+78+115=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #134E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E73 is #ECB18C. Grayscale: #404040. Windows color (decimal): -15511949 or 7556627. OLE color: 7556627.

HSL color Cylindrical-coordinate representation of color #134E73: hue angle of 203.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134E73 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 78 115 -
CMYK 0.83 0.32 0 0.55
HSL 203.13º 0.72% 0.26% -
HSV(B) 203.13º 0.83% 0.45% -
XYZ 6.09 6.83 17.22 -
YUV 64.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 19 78 115 0.83 0.32 0 0.55 203.13 0.72 0.26
Hex 13 4E 73 53 20 0 37 CB 48 1A
Octal 23 116 163 123 40 0 67 313 110 32
Binary 10011 1001110 1110011 1010011 100000 0 110111 11001011 1001000 11010

Color Harmonies of #134E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E73

Black with #134E73

Text Example


Text Example

White with #134E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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