#10486E

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

Shades of Dark Cerulean #10486E

Tints of Dark Cerulean #10486E

Color information

#10486E (or 0x10486E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 48 and 6E. RGB value is (16,72,110). Sum of RGB (Red+Green+Blue) = 16+72+110=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #10486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10486E is #EFB791. Grayscale: #3B3B3B. Windows color (decimal): -15710098 or 7227408. OLE color: 7227408.

HSL color Cylindrical-coordinate representation of color #10486E: hue angle of 204.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10486E is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1672110-
CMYK0.850.3500.57
HSL204.26º74.6%24.71%-
HSV(B)204.26º85.45%43.14%-
XYZ5.355.8715.6-
YUV59.59156.4596.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=8.08%
G=36.36%
B=55.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16721100.850.3500.57204.2674.624.71
Hex10486E5523039cc4b19
Octal201101561254307131411331
Binary10000100100011011101010101100011011100111001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10486E; }

 p { color: rgb(16,72,110); }

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

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

 a { background-color: rgb(16,72,110); }

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

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

 span { border-color: rgb(16,72,110); }

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