Html Css Color HEX #134D74 Dark Cerulean

📋 copy color: '#134D74'

red 19 ◦ green 77 ◦ blue 116

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

Shades of Dark Cerulean #134D74

Tints of Dark Cerulean #134D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.72%

R = 8.96%
G = 36.32%
B = 54.72%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134D74 (or 0x134D74) is known color: Dark Cerulean. HEX triplet: 13, 4D and 74. RGB value is (19,77,116). Sum of RGB (Red+Green+Blue) = 19+77+116=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #134D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D74 is #ECB28B. Grayscale: #3F3F3F. Windows color (decimal): -15512204 or 7621907. OLE color: 7621907.

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

Color convert

RGB 19 77 116 -
CMYK 0.84 0.34 0 0.55
HSL 204.12º 0.72% 0.26% -
HSV(B) 204.12º 0.84% 0.45% -
XYZ 6.07 6.71 17.5 -
YUV 64.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 19 77 116 0.84 0.34 0 0.55 204.12 0.72 0.26
Hex 13 4D 74 54 22 0 37 CC 48 1A
Octal 23 115 164 124 42 0 67 314 110 32
Binary 10011 1001101 1110100 1010100 100010 0 110111 11001100 1001000 11010

Color Harmonies of #134D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D74

Black with #134D74

Text Example


Text Example

White with #134D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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