#030E52

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

Shades of Sapphire #030E52

Tints of Sapphire #030E52

Color information

#030E52 (or 0x030E52) is unknown color: approx Sapphire. HEX triplet: 03, 0E and 52. RGB value is (3,14,82). Sum of RGB (Red+Green+Blue) = 3+14+82=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 82 (32.42% from 255 or 82.83% from 99); Max value from RGB is 82 - color contains mainly: blue. Hex color #030E52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E52 is #FCF1AD. Grayscale: #121212. Windows color (decimal): -16576942 or 5377539. OLE color: 5377539.

HSL color Cylindrical-coordinate representation of color #030E52: hue angle of 231.65º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030E52 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB31482-
CMYK0.960.8300.68
HSL231.65º92.94%16.67%-
HSV(B)231.65º96.34%32.16%-
XYZ1.720.948.07-
YUV18.46163.86116.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 82 (32.42% from 255) = 82.83%
R=3.03%
G=14.14%
B=82.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal314820.960.8300.68231.6592.9416.67
Hex3E526053044e85d11
Octal316122140123010435013521
Binary1111101010010110000010100110100010011101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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