Html Css Color HEX #134D73 Dark Cerulean

📋 copy color: '#134D73'

red 19 ◦ green 77 ◦ blue 115

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

Shades of Dark Cerulean #134D73

Tints of Dark Cerulean #134D73

RGB

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

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

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

R = 9%
G = 36.49%
B = 54.5%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134D73 (or 0x134D73) is known color: Dark Cerulean. HEX triplet: 13, 4D and 73. RGB value is (19,77,115). Sum of RGB (Red+Green+Blue) = 19+77+115=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #134D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D73 is #ECB28C. Grayscale: #3F3F3F. Windows color (decimal): -15512205 or 7556371. OLE color: 7556371.

HSL color Cylindrical-coordinate representation of color #134D73: hue angle of 203.75º 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 #134D73 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 77 115 -
CMYK 0.83 0.33 0 0.55
HSL 203.75º 0.72% 0.26% -
HSV(B) 203.75º 0.83% 0.45% -
XYZ 6.02 6.68 17.19 -
YUV 63.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 19 77 115 0.83 0.33 0 0.55 203.75 0.72 0.26
Hex 13 4D 73 53 21 0 37 CC 48 1A
Octal 23 115 163 123 41 0 67 314 110 32
Binary 10011 1001101 1110011 1010011 100001 0 110111 11001100 1001000 11010

Color Harmonies of #134D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D73

Black with #134D73

Text Example


Text Example

White with #134D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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