Html Css Color HEX #134F76 Dark Cerulean

📋 copy color: '#134F76'

red 19 ◦ green 79 ◦ blue 118

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

Shades of Dark Cerulean #134F76

Tints of Dark Cerulean #134F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.57%

 BLUE value IS 118 (46.48% from 255) = 54.63%

R = 8.8%
G = 36.57%
B = 54.63%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134F76 (or 0x134F76) is known color: Dark Cerulean. HEX triplet: 13, 4F and 76. RGB value is (19,79,118). Sum of RGB (Red+Green+Blue) = 19+79+118=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #134F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F76 is #ECB089. Grayscale: #414141. Windows color (decimal): -15511690 or 7753491. OLE color: 7753491.

HSL color Cylindrical-coordinate representation of color #134F76: hue angle of 203.64º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134F76 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 79 118 -
CMYK 0.84 0.33 0 0.54
HSL 203.64º 0.72% 0.27% -
HSV(B) 203.64º 0.84% 0.46% -
XYZ 6.33 7.04 18.16 -
YUV 65.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 19 79 118 0.84 0.33 0 0.54 203.64 0.72 0.27
Hex 13 4F 76 54 21 0 36 CC 48 1B
Octal 23 117 166 124 41 0 66 314 110 33
Binary 10011 1001111 1110110 1010100 100001 0 110110 11001100 1001000 11011

Color Harmonies of #134F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F76

Black with #134F76

Text Example


Text Example

White with #134F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,79,118); }

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

background-color css

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

 a { background-color: rgb(19,79,118); }

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

border-color css

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

 span { border-color: rgb(19,79,118); }

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