Html Css Color HEX #134276 Dark Cerulean

📋 copy color: '#134276'

red 19 ◦ green 66 ◦ blue 118

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

Shades of Dark Cerulean #134276

Tints of Dark Cerulean #134276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 9.36%
G = 32.51%
B = 58.13%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134276 (or 0x134276) is known color: Dark Cerulean. HEX triplet: 13, 42 and 76. RGB value is (19,66,118). Sum of RGB (Red+Green+Blue) = 19+66+118=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #134276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134276 is #ECBD89. Grayscale: #393939. Windows color (decimal): -15515018 or 7750163. OLE color: 7750163.

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

Color convert

RGB 19 66 118 -
CMYK 0.84 0.44 0 0.54
HSL 211.52º 0.72% 0.27% -
HSV(B) 211.52º 0.84% 0.46% -
XYZ 5.49 5.34 17.88 -
YUV 57.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 19 66 118 0.84 0.44 0 0.54 211.52 0.72 0.27
Hex 13 42 76 54 2C 0 36 D4 48 1B
Octal 23 102 166 124 54 0 66 324 110 33
Binary 10011 1000010 1110110 1010100 101100 0 110110 11010100 1001000 11011

Color Harmonies of #134276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134276

Black with #134276

Text Example


Text Example

White with #134276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134276; }

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

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

background-color css

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

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

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

border-color css

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

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

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