Html Css Color HEX #134879 Dark Cerulean

📋 copy color: '#134879'

red 19 ◦ green 72 ◦ blue 121

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

Shades of Dark Cerulean #134879

Tints of Dark Cerulean #134879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 8.96%
G = 33.96%
B = 57.08%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134879 (or 0x134879) is known color: Dark Cerulean. HEX triplet: 13, 48 and 79. RGB value is (19,72,121). Sum of RGB (Red+Green+Blue) = 19+72+121=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #134879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134879 is #ECB786. Grayscale: #3D3D3D. Windows color (decimal): -15513479 or 7948307. OLE color: 7948307.

HSL color Cylindrical-coordinate representation of color #134879: hue angle of 208.82º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134879 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 72 121 -
CMYK 0.84 0.40 0 0.53
HSL 208.82º 0.73% 0.27% -
HSV(B) 208.82º 0.84% 0.47% -
XYZ 6.04 6.15 18.96 -
YUV 61.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 19 72 121 0.84 0.40 0 0.53 208.82 0.73 0.27
Hex 13 48 79 54 28 0 35 D1 49 1B
Octal 23 110 171 124 50 0 65 321 111 33
Binary 10011 1001000 1111001 1010100 101000 0 110101 11010001 1001001 11011

Color Harmonies of #134879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134879

Black with #134879

Text Example


Text Example

White with #134879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134879; }

 p { color: rgb(19,72,121); }

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

background-color css

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

 a { background-color: rgb(19,72,121); }

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

border-color css

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

 span { border-color: rgb(19,72,121); }

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