Html Css Color HEX #134079 Dark Cerulean

📋 copy color: '#134079'

red 19 ◦ green 64 ◦ blue 121

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

Shades of Dark Cerulean #134079

Tints of Dark Cerulean #134079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 9.31%
G = 31.37%
B = 59.31%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134079 (or 0x134079) is known color: Dark Cerulean. HEX triplet: 13, 40 and 79. RGB value is (19,64,121). Sum of RGB (Red+Green+Blue) = 19+64+121=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #134079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134079 is #ECBF86. Grayscale: #383838. Windows color (decimal): -15515527 or 7946259. OLE color: 7946259.

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

Color convert

RGB 19 64 121 -
CMYK 0.84 0.47 0 0.53
HSL 213.53º 0.73% 0.27% -
HSV(B) 213.53º 0.84% 0.47% -
XYZ 5.55 5.19 18.8 -
YUV 57.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 19 64 121 0.84 0.47 0 0.53 213.53 0.73 0.27
Hex 13 40 79 54 2F 0 35 D6 49 1B
Octal 23 100 171 124 57 0 65 326 111 33
Binary 10011 1000000 1111001 1010100 101111 0 110101 11010110 1001001 11011

Color Harmonies of #134079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134079

Black with #134079

Text Example


Text Example

White with #134079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134079; }

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

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

background-color css

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

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

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

border-color css

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

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

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