Html Css Color HEX #104475 Dark Cerulean

📋 copy color: '#104475'

red 16 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #104475

Tints of Dark Cerulean #104475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 7.96%
G = 33.83%
B = 58.21%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104475 (or 0x104475) is known color: Dark Cerulean. HEX triplet: 10, 44 and 75. RGB value is (16,68,117). Sum of RGB (Red+Green+Blue) = 16+68+117=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #104475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104475 is #EFBB8A. Grayscale: #393939. Windows color (decimal): -15711115 or 7685136. OLE color: 7685136.

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

Color convert

RGB 16 68 117 -
CMYK 0.86 0.42 0 0.54
HSL 209.11º 0.76% 0.26% -
HSV(B) 209.11º 0.86% 0.46% -
XYZ 5.49 5.53 17.61 -
YUV 58.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 16 68 117 0.86 0.42 0 0.54 209.11 0.76 0.26
Hex 10 44 75 56 2A 0 36 D1 4C 1A
Octal 20 104 165 126 52 0 66 321 114 32
Binary 10000 1000100 1110101 1010110 101010 0 110110 11010001 1001100 11010

Color Harmonies of #104475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104475

Black with #104475

Text Example


Text Example

White with #104475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104475; }

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

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

background-color css

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

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

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

border-color css

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

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

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