Html Css Color HEX #104079 Dark Cerulean

📋 copy color: '#104079'

red 16 ◦ green 64 ◦ blue 121

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

Shades of Dark Cerulean #104079

Tints of Dark Cerulean #104079

RGB

 RED value IS 16 (6.64% from 255) = 7.96%

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

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

R = 7.96%
G = 31.84%
B = 60.2%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104079 (or 0x104079) is known color: Dark Cerulean. HEX triplet: 10, 40 and 79. RGB value is (16,64,121). Sum of RGB (Red+Green+Blue) = 16+64+121=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #104079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104079 is #EFBF86. Grayscale: #373737. Windows color (decimal): -15712135 or 7946256. OLE color: 7946256.

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

Color convert

RGB 16 64 121 -
CMYK 0.87 0.47 0 0.53
HSL 212.57º 0.77% 0.27% -
HSV(B) 212.57º 0.87% 0.47% -
XYZ 5.5 5.16 18.79 -
YUV 56.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 16 64 121 0.87 0.47 0 0.53 212.57 0.77 0.27
Hex 10 40 79 57 2F 0 35 D5 4D 1B
Octal 20 100 171 127 57 0 65 325 115 33
Binary 10000 1000000 1111001 1010111 101111 0 110101 11010101 1001101 11011

Color Harmonies of #104079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104079

Black with #104079

Text Example


Text Example

White with #104079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104079; }

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

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

background-color css

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

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

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

border-color css

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

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

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