Html Css Color HEX #134376 Dark Cerulean

📋 copy color: '#134376'

red 19 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #134376

Tints of Dark Cerulean #134376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 9.31%
G = 32.84%
B = 57.84%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134376 (or 0x134376) is known color: Dark Cerulean. HEX triplet: 13, 43 and 76. RGB value is (19,67,118). Sum of RGB (Red+Green+Blue) = 19+67+118=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #134376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134376 is #ECBC89. Grayscale: #3A3A3A. Windows color (decimal): -15514762 or 7750419. OLE color: 7750419.

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

Color convert

RGB 19 67 118 -
CMYK 0.84 0.43 0 0.54
HSL 210.91º 0.72% 0.27% -
HSV(B) 210.91º 0.84% 0.46% -
XYZ 5.55 5.46 17.9 -
YUV 58.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 19 67 118 0.84 0.43 0 0.54 210.91 0.72 0.27
Hex 13 43 76 54 2B 0 36 D3 48 1B
Octal 23 103 166 124 53 0 66 323 110 33
Binary 10011 1000011 1110110 1010100 101011 0 110110 11010011 1001000 11011

Color Harmonies of #134376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134376

Black with #134376

Text Example


Text Example

White with #134376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134376; }

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

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

background-color css

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

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

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

border-color css

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

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

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