#030E62

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

Shades of Sapphire #030E62

Tints of Sapphire #030E62

Color information

#030E62 (or 0x030E62) is unknown color: approx Sapphire. HEX triplet: 03, 0E and 62. RGB value is (3,14,98). Sum of RGB (Red+Green+Blue) = 3+14+98=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 98 (38.67% from 255 or 85.22% from 115); Max value from RGB is 98 - color contains mainly: blue. Hex color #030E62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E62 is #FCF19D. Grayscale: #131313. Windows color (decimal): -16576926 or 6426115. OLE color: 6426115.

HSL color Cylindrical-coordinate representation of color #030E62: hue angle of 233.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E62 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB31498-
CMYK0.970.8600.62
HSL233.05º94.06%19.8%-
HSV(B)233.05º96.94%38.43%-
XYZ2.41.2211.66-
YUV20.29171.86115.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 98 (38.67% from 255) = 85.22%
R=2.61%
G=12.17%
B=85.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal314980.970.8600.62233.0594.0619.8
Hex3E62615603Ee95e14
Octal31614214112607635113624
Binary111110110001011000011010110011111011101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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