#103383

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

Shades of Dark Cerulean #103383

Tints of Dark Cerulean #103383

Color information

#103383 (or 0x103383) is unknown color: approx Dark Cerulean. HEX triplet: 10, 33 and 83. RGB value is (16,51,131). Sum of RGB (Red+Green+Blue) = 16+51+131=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #103383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103383 is #EFCC7C. Grayscale: #313131. Windows color (decimal): -15715453 or 8598288. OLE color: 8598288.

HSL color Cylindrical-coordinate representation of color #103383: hue angle of 221.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103383 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1651131-
CMYK0.880.6100.49
HSL221.74º78.23%28.82%-
HSV(B)221.74º87.79%51.37%-
XYZ5.494.1221.98-
YUV49.66173.9104-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 131 (51.56% from 255) = 66.16%
R=8.08%
G=25.76%
B=66.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16511310.880.6100.49221.7478.2328.82
Hex103383583D031de4e1d
Octal20632031307506133611635
Binary10000110011100000111011000111101011000111011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103383; }

 p { color: rgb(16,51,131); }

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

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

 a { background-color: rgb(16,51,131); }

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

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

 span { border-color: rgb(16,51,131); }

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