#103F6E

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

Shades of Dark Cerulean #103F6E

Tints of Dark Cerulean #103F6E

Color information

#103F6E (or 0x103F6E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3F and 6E. RGB value is (16,63,110). Sum of RGB (Red+Green+Blue) = 16+63+110=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #103F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F6E is #EFC091. Grayscale: #363636. Windows color (decimal): -15712402 or 7225104. OLE color: 7225104.

HSL color Cylindrical-coordinate representation of color #103F6E: hue angle of 210º 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 #103F6E is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1663110-
CMYK0.850.4300.57
HSL210º74.6%24.71%-
HSV(B)210º85.45%43.14%-
XYZ4.814.7915.42-
YUV54.3159.43100.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=8.47%
G=33.33%
B=58.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16631100.850.4300.5721074.624.71
Hex103F6E552B039d24b19
Octal20771561255307132211331
Binary1000011111111011101010101101011011100111010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103F6E; }

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

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

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

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

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

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

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

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