Html Css Color HEX #030A51 Sapphire

📋 copy color: '#030A51'

red 3 ◦ green 10 ◦ blue 81

#030A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #030A51

Tints of Sapphire #030A51

RGB

 RED value IS 3 (1.56% from 255) = 3.19%

 GREEN value IS 10 (4.3% from 255) = 10.64%

 BLUE value IS 81 (32.03% from 255) = 86.17%

R = 3.19%
G = 10.64%
B = 86.17%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#030A51 (or 0x030A51) is known color: Sapphire. HEX triplet: 03, 0A and 51. RGB value is (3,10,81). Sum of RGB (Red+Green+Blue) = 3+10+81=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 81 (32.03% from 255 or 86.17% from 94); Max value from RGB is 81 - color contains mainly: blue. Hex color #030A51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A51 is #FCF5AE. Grayscale: #0F0F0F. Windows color (decimal): -16577967 or 5310979. OLE color: 5310979.

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

Color convert

RGB 3 10 81 -
CMYK 0.96 0.88 0 0.68
HSL 234.62º 0.93% 0.16% -
HSV(B) 234.62º 0.96% 0.32% -
XYZ 1.63 0.83 7.86 -
YUV 16 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 3 10 81 0.96 0.88 0 0.68 234.62 0.93 0.16
Hex 3 A 51 60 58 0 44 EB 5D 10
Octal 3 12 121 140 130 0 104 353 135 20
Binary 11 1010 1010001 1100000 1011000 0 1000100 11101011 1011101 10000

Color Harmonies of #030A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A51

Black with #030A51

Text Example


Text Example

White with #030A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,10,81); }

 H1.HeaderClassName
 {
   color: #030A51;
 }
 .AnyTagClassName
 {
   color: #030A51;
 }
</style>

background-color css

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

 a { background-color: rgb(3,10,81); }

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

border-color css

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

 span { border-color: rgb(3,10,81); }

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