Html Css Color HEX #104575 Dark Cerulean

📋 copy color: '#104575'

red 16 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #104575

Tints of Dark Cerulean #104575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

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

R = 7.92%
G = 34.16%
B = 57.92%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104575 (or 0x104575) is known color: Dark Cerulean. HEX triplet: 10, 45 and 75. RGB value is (16,69,117). Sum of RGB (Red+Green+Blue) = 16+69+117=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #104575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104575 is #EFBA8A. Grayscale: #3A3A3A. Windows color (decimal): -15710859 or 7685392. OLE color: 7685392.

HSL color Cylindrical-coordinate representation of color #104575: hue angle of 208.51º 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 #104575 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 69 117 -
CMYK 0.86 0.41 0 0.54
HSL 208.51º 0.76% 0.26% -
HSV(B) 208.51º 0.86% 0.46% -
XYZ 5.55 5.65 17.63 -
YUV 58.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 16 69 117 0.86 0.41 0 0.54 208.51 0.76 0.26
Hex 10 45 75 56 29 0 36 D1 4C 1A
Octal 20 105 165 126 51 0 66 321 114 32
Binary 10000 1000101 1110101 1010110 101001 0 110110 11010001 1001100 11010

Color Harmonies of #104575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104575

Black with #104575

Text Example


Text Example

White with #104575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104575; }

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

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

background-color css

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

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

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

border-color css

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

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

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