#030B4A

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

Shades of Sapphire #030B4A

Tints of Sapphire #030B4A

Color information

#030B4A (or 0x030B4A) is unknown color: approx Sapphire. HEX triplet: 03, 0B and 4A. RGB value is (3,11,74). Sum of RGB (Red+Green+Blue) = 3+11+74=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #030B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B4A is #FCF4B5. Grayscale: #0F0F0F. Windows color (decimal): -16577718 or 4852483. OLE color: 4852483.

HSL color Cylindrical-coordinate representation of color #030B4A: hue angle of 233.24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030B4A is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB31174-
CMYK0.960.8500.71
HSL233.24º92.21%15.1%-
HSV(B)233.24º95.95%29.02%-
XYZ1.390.756.55-
YUV15.79160.85118.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 74 (29.30% from 255) = 84.09%
R=3.41%
G=12.5%
B=84.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal311740.960.8500.71233.2492.2115.1
Hex3B4A6055047e95cf
Octal313112140125010735113417
Binary111011100101011000001010101010001111110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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