#030E5C

Color #030E5C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #030E5C

Tints of Sapphire #030E5C

Color information

#030E5C (or 0x030E5C) is unknown color: approx Sapphire. HEX triplet: 03, 0E and 5C. RGB value is (3,14,92). Sum of RGB (Red+Green+Blue) = 3+14+92=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #030E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E5C is #FCF1A3. Grayscale: #131313. Windows color (decimal): -16576932 or 6032899. OLE color: 6032899.

HSL color Cylindrical-coordinate representation of color #030E5C: hue angle of 232.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E5C is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31492-
CMYK0.970.8500.64
HSL232.58º93.68%18.63%-
HSV(B)232.58º96.74%36.08%-
XYZ2.131.1110.23-
YUV19.6168.86116.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 14 (5.86% from 255) = 12.84%
BLUE value IS 92 (36.33% from 255) = 84.40%
R=2.75%
G=12.84%
B=84.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal314920.970.8500.64232.5893.6818.63
Hex3E5C6155040e95e13
Octal316134141125010035113623
Binary1111101011100110000110101010100000011101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030E5C; }

 p { color: rgb(3,14,92); }

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

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

 a { background-color: rgb(3,14,92); }

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

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

 span { border-color: rgb(3,14,92); }

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