#103181

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

Shades of Dark Cerulean #103181

Tints of Dark Cerulean #103181

Color information

#103181 (or 0x103181) is unknown color: approx Dark Cerulean. HEX triplet: 10, 31 and 81. RGB value is (16,49,129). Sum of RGB (Red+Green+Blue) = 16+49+129=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #103181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103181 is #EFCE7E. Grayscale: #2F2F2F. Windows color (decimal): -15715967 or 8466704. OLE color: 8466704.

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

Color convert

RGB1649129-
CMYK0.880.6200.49
HSL222.48º77.93%28.43%-
HSV(B)222.48º87.6%50.59%-
XYZ5.273.8921.24-
YUV48.25173.57105-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=8.25%
G=25.26%
B=66.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16491290.880.6200.49222.4877.9328.43
Hex103181583E031de4e1c
Octal20612011307606133611634
Binary10000110001100000011011000111110011000111011110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103181; }

 p { color: rgb(16,49,129); }

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

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

 a { background-color: rgb(16,49,129); }

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

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

 span { border-color: rgb(16,49,129); }

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