#030B5A

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

Shades of Sapphire #030B5A

Tints of Sapphire #030B5A

Color information

#030B5A (or 0x030B5A) is unknown color: approx Sapphire. HEX triplet: 03, 0B and 5A. RGB value is (3,11,90). Sum of RGB (Red+Green+Blue) = 3+11+90=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #030B5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B5A is #FCF4A5. Grayscale: #111111. Windows color (decimal): -16577702 or 5901059. OLE color: 5901059.

HSL color Cylindrical-coordinate representation of color #030B5A: hue angle of 234.48º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030B5A is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB31190-
CMYK0.970.8800.65
HSL234.48º93.55%18.24%-
HSV(B)234.48º96.67%35.29%-
XYZ219.76-
YUV17.61168.85117.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 90 (35.55% from 255) = 86.54%
R=2.88%
G=10.58%
B=86.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal311900.970.8800.65234.4893.5518.24
Hex3B5A6158041ea5e12
Octal313132141130010135213622
Binary1110111011010110000110110000100000111101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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