Html Css Color HEX #134179 Dark Cerulean

📋 copy color: '#134179'

red 19 ◦ green 65 ◦ blue 121

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

Shades of Dark Cerulean #134179

Tints of Dark Cerulean #134179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 9.27%
G = 31.71%
B = 59.02%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134179 (or 0x134179) is known color: Dark Cerulean. HEX triplet: 13, 41 and 79. RGB value is (19,65,121). Sum of RGB (Red+Green+Blue) = 19+65+121=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #134179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134179 is #ECBE86. Grayscale: #393939. Windows color (decimal): -15515271 or 7946515. OLE color: 7946515.

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

Color convert

RGB 19 65 121 -
CMYK 0.84 0.46 0 0.53
HSL 212.94º 0.73% 0.27% -
HSV(B) 212.94º 0.84% 0.47% -
XYZ 5.61 5.3 18.82 -
YUV 57.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 19 65 121 0.84 0.46 0 0.53 212.94 0.73 0.27
Hex 13 41 79 54 2E 0 35 D5 49 1B
Octal 23 101 171 124 56 0 65 325 111 33
Binary 10011 1000001 1111001 1010100 101110 0 110101 11010101 1001001 11011

Color Harmonies of #134179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134179

Black with #134179

Text Example


Text Example

White with #134179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134179; }

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

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

background-color css

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

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

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

border-color css

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

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

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