Html Css Color HEX #104179 Dark Cerulean

📋 copy color: '#104179'

red 16 ◦ green 65 ◦ blue 121

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

Shades of Dark Cerulean #104179

Tints of Dark Cerulean #104179

RGB

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

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

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

R = 7.92%
G = 32.18%
B = 59.9%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104179 (or 0x104179) is known color: Dark Cerulean. HEX triplet: 10, 41 and 79. RGB value is (16,65,121). Sum of RGB (Red+Green+Blue) = 16+65+121=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #104179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104179 is #EFBE86. Grayscale: #383838. Windows color (decimal): -15711879 or 7946512. OLE color: 7946512.

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

Color convert

RGB 16 65 121 -
CMYK 0.87 0.46 0 0.53
HSL 212º 0.77% 0.27% -
HSV(B) 212º 0.87% 0.47% -
XYZ 5.56 5.27 18.81 -
YUV 56.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 16 65 121 0.87 0.46 0 0.53 212 0.77 0.27
Hex 10 41 79 57 2E 0 35 D4 4D 1B
Octal 20 101 171 127 56 0 65 324 115 33
Binary 10000 1000001 1111001 1010111 101110 0 110101 11010100 1001101 11011

Color Harmonies of #104179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104179

Black with #104179

Text Example


Text Example

White with #104179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104179; }

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

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

background-color css

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

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

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

border-color css

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

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

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