Html Css Color HEX #134579 Dark Cerulean

📋 copy color: '#134579'

red 19 ◦ green 69 ◦ blue 121

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

Shades of Dark Cerulean #134579

Tints of Dark Cerulean #134579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

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

R = 9.09%
G = 33.01%
B = 57.89%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134579 (or 0x134579) is known color: Dark Cerulean. HEX triplet: 13, 45 and 79. RGB value is (19,69,121). Sum of RGB (Red+Green+Blue) = 19+69+121=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #134579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134579 is #ECBA86. Grayscale: #3B3B3B. Windows color (decimal): -15514247 or 7947539. OLE color: 7947539.

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

Color convert

RGB 19 69 121 -
CMYK 0.84 0.43 0 0.53
HSL 210.59º 0.73% 0.27% -
HSV(B) 210.59º 0.84% 0.47% -
XYZ 5.85 5.78 18.9 -
YUV 59.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 19 69 121 0.84 0.43 0 0.53 210.59 0.73 0.27
Hex 13 45 79 54 2B 0 35 D3 49 1B
Octal 23 105 171 124 53 0 65 323 111 33
Binary 10011 1000101 1111001 1010100 101011 0 110101 11010011 1001001 11011

Color Harmonies of #134579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134579

Black with #134579

Text Example


Text Example

White with #134579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134579; }

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

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

background-color css

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

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

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

border-color css

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

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

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