#030B53

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

Shades of Sapphire #030B53

Tints of Sapphire #030B53

Color information

#030B53 (or 0x030B53) is unknown color: approx Sapphire. HEX triplet: 03, 0B and 53. RGB value is (3,11,83). Sum of RGB (Red+Green+Blue) = 3+11+83=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #030B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B53 is #FCF4AC. Grayscale: #101010. Windows color (decimal): -16577709 or 5442307. OLE color: 5442307.

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

Color convert

RGB31183-
CMYK0.960.8700.67
HSL234º93.02%16.86%-
HSV(B)234º96.39%32.55%-
XYZ1.720.888.26-
YUV16.82165.35118.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 83 (32.81% from 255) = 85.57%
R=3.09%
G=11.34%
B=85.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal311830.960.8700.6723493.0216.86
Hex3B536057043ea5d11
Octal313123140127010335213521
Binary1110111010011110000010101110100001111101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,11,83); }

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

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

 a { background-color: rgb(3,11,83); }

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

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

 span { border-color: rgb(3,11,83); }

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