Html Css Color HEX #104875 Dark Cerulean

📋 copy color: '#104875'

red 16 ◦ green 72 ◦ blue 117

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

Shades of Dark Cerulean #104875

Tints of Dark Cerulean #104875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 7.8%
G = 35.12%
B = 57.07%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104875 (or 0x104875) is known color: Dark Cerulean. HEX triplet: 10, 48 and 75. RGB value is (16,72,117). Sum of RGB (Red+Green+Blue) = 16+72+117=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #104875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104875 is #EFB78A. Grayscale: #3C3C3C. Windows color (decimal): -15710091 or 7686160. OLE color: 7686160.

HSL color Cylindrical-coordinate representation of color #104875: hue angle of 206.73º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104875 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 72 117 -
CMYK 0.86 0.38 0 0.54
HSL 206.73º 0.76% 0.26% -
HSV(B) 206.73º 0.86% 0.46% -
XYZ 5.74 6.03 17.69 -
YUV 60.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 16 72 117 0.86 0.38 0 0.54 206.73 0.76 0.26
Hex 10 48 75 56 26 0 36 CF 4C 1A
Octal 20 110 165 126 46 0 66 317 114 32
Binary 10000 1001000 1110101 1010110 100110 0 110110 11001111 1001100 11010

Color Harmonies of #104875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104875

Black with #104875

Text Example


Text Example

White with #104875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104875; }

 p { color: rgb(16,72,117); }

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

background-color css

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

 a { background-color: rgb(16,72,117); }

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

border-color css

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

 span { border-color: rgb(16,72,117); }

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