Html Css Color HEX #104275 Dark Cerulean

📋 copy color: '#104275'

red 16 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #104275

Tints of Dark Cerulean #104275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 8.04%
G = 33.17%
B = 58.79%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104275 (or 0x104275) is known color: Dark Cerulean. HEX triplet: 10, 42 and 75. RGB value is (16,66,117). Sum of RGB (Red+Green+Blue) = 16+66+117=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #104275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104275 is #EFBD8A. Grayscale: #383838. Windows color (decimal): -15711627 or 7684624. OLE color: 7684624.

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

Color convert

RGB 16 66 117 -
CMYK 0.86 0.44 0 0.54
HSL 210.3º 0.76% 0.26% -
HSV(B) 210.3º 0.86% 0.46% -
XYZ 5.37 5.29 17.57 -
YUV 56.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 16 66 117 0.86 0.44 0 0.54 210.3 0.76 0.26
Hex 10 42 75 56 2C 0 36 D2 4C 1A
Octal 20 102 165 126 54 0 66 322 114 32
Binary 10000 1000010 1110101 1010110 101100 0 110110 11010010 1001100 11010

Color Harmonies of #104275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104275

Black with #104275

Text Example


Text Example

White with #104275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104275; }

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

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

background-color css

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

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

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

border-color css

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

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

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