Html Css Color HEX #134176 Dark Cerulean

📋 copy color: '#134176'

red 19 ◦ green 65 ◦ blue 118

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

Shades of Dark Cerulean #134176

Tints of Dark Cerulean #134176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

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

R = 9.41%
G = 32.18%
B = 58.42%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134176 (or 0x134176) is known color: Dark Cerulean. HEX triplet: 13, 41 and 76. RGB value is (19,65,118). Sum of RGB (Red+Green+Blue) = 19+65+118=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #134176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134176 is #ECBE89. Grayscale: #393939. Windows color (decimal): -15515274 or 7749907. OLE color: 7749907.

HSL color Cylindrical-coordinate representation of color #134176: hue angle of 212.12º 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 #134176 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 65 118 -
CMYK 0.84 0.45 0 0.54
HSL 212.12º 0.72% 0.27% -
HSV(B) 212.12º 0.84% 0.46% -
XYZ 5.43 5.23 17.86 -
YUV 57.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 19 65 118 0.84 0.45 0 0.54 212.12 0.72 0.27
Hex 13 41 76 54 2D 0 36 D4 48 1B
Octal 23 101 166 124 55 0 66 324 110 33
Binary 10011 1000001 1110110 1010100 101101 0 110110 11010100 1001000 11011

Color Harmonies of #134176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134176

Black with #134176

Text Example


Text Example

White with #134176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134176; }

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

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

background-color css

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

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

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

border-color css

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

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

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