#104172

Color #104172 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #104172

Tints of Dark Cerulean #104172

Color information

#104172 (or 0x104172) is unknown color: approx Dark Cerulean. HEX triplet: 10, 41 and 72. RGB value is (16,65,114). Sum of RGB (Red+Green+Blue) = 16+65+114=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #104172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104172 is #EFBE8D. Grayscale: #373737. Windows color (decimal): -15711886 or 7487760. OLE color: 7487760.

HSL color Cylindrical-coordinate representation of color #104172: hue angle of 210º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104172 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1665114-
CMYK0.860.4300.55
HSL210º75.38%25.49%-
HSV(B)210º85.96%44.71%-
XYZ5.145.1116.63-
YUV55.94160.7799.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=8.21%
G=33.33%
B=58.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16651140.860.4300.5521075.3825.49
Hex104172562B037d24b19
Octal201011621265306732211331
Binary10000100000111100101010110101011011011111010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104172; }

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

 H1.HeaderClassName
 {
   color: #104172;
 }
 .AnyTagClassName
 {
   color: #104172;
 }
</style>
background-color css

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

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

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

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

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

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