#104370

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

Shades of Dark Cerulean #104370

Tints of Dark Cerulean #104370

Color information

#104370 (or 0x104370) is unknown color: approx Dark Cerulean. HEX triplet: 10, 43 and 70. RGB value is (16,67,112). Sum of RGB (Red+Green+Blue) = 16+67+112=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #104370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104370 is #EFBC8F. Grayscale: #383838. Windows color (decimal): -15711376 or 7357200. OLE color: 7357200.

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

Color convert

RGB1667112-
CMYK0.860.4000.56
HSL208.12º75%25.1%-
HSV(B)208.12º85.71%43.92%-
XYZ5.155.2916.08-
YUV56.88159.198.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=8.21%
G=34.36%
B=57.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16671120.860.4000.56208.127525.1
Hex1043705628038d04b19
Octal201031601265007032011331
Binary10000100001111100001010110101000011100011010000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104370; }

 p { color: rgb(16,67,112); }

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

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

 a { background-color: rgb(16,67,112); }

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

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

 span { border-color: rgb(16,67,112); }

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