Html Css Color HEX #104178 Dark Cerulean

📋 copy color: '#104178'

red 16 ◦ green 65 ◦ blue 120

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

Shades of Dark Cerulean #104178

Tints of Dark Cerulean #104178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 59.7%

R = 7.96%
G = 32.34%
B = 59.7%

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

#104178 (or 0x104178) is known color: Dark Cerulean. HEX triplet: 10, 41 and 78. RGB value is (16,65,120). Sum of RGB (Red+Green+Blue) = 16+65+120=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #104178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104178 is #EFBE87. Grayscale: #383838. Windows color (decimal): -15711880 or 7880976. OLE color: 7880976.

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

Color convert

RGB 16 65 120 -
CMYK 0.87 0.46 0 0.53
HSL 211.73º 0.76% 0.27% -
HSV(B) 211.73º 0.87% 0.47% -
XYZ 5.49 5.25 18.49 -
YUV 56.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 16 65 120 0.87 0.46 0 0.53 211.73 0.76 0.27
Hex 10 41 78 57 2E 0 35 D4 4C 1B
Octal 20 101 170 127 56 0 65 324 114 33
Binary 10000 1000001 1111000 1010111 101110 0 110101 11010100 1001100 11011

Color Harmonies of #104178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104178

Black with #104178

Text Example


Text Example

White with #104178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104178; }

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

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

background-color css

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

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

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

border-color css

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

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

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