Html Css Color HEX #104177 Dark Cerulean

📋 copy color: '#104177'

red 16 ◦ green 65 ◦ blue 119

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

Shades of Dark Cerulean #104177

Tints of Dark Cerulean #104177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 8%
G = 32.5%
B = 59.5%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104177 (or 0x104177) is known color: Dark Cerulean. HEX triplet: 10, 41 and 77. RGB value is (16,65,119). Sum of RGB (Red+Green+Blue) = 16+65+119=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #104177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104177 is #EFBE88. Grayscale: #383838. Windows color (decimal): -15711881 or 7815440. OLE color: 7815440.

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

Color convert

RGB 16 65 119 -
CMYK 0.87 0.45 0 0.53
HSL 211.46º 0.76% 0.26% -
HSV(B) 211.46º 0.87% 0.47% -
XYZ 5.43 5.22 18.17 -
YUV 56.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 16 65 119 0.87 0.45 0 0.53 211.46 0.76 0.26
Hex 10 41 77 57 2D 0 35 D3 4C 1A
Octal 20 101 167 127 55 0 65 323 114 32
Binary 10000 1000001 1110111 1010111 101101 0 110101 11010011 1001100 11010

Color Harmonies of #104177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104177

Black with #104177

Text Example


Text Example

White with #104177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104177; }

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

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

background-color css

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

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

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

border-color css

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

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

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