Html Css Color HEX #030951 Sapphire

📋 copy color: '#030951'

red 3 ◦ green 9 ◦ blue 81

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

Shades of Sapphire #030951

Tints of Sapphire #030951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 3.23%
G = 9.68%
B = 87.1%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#030951 (or 0x030951) is known color: Sapphire. HEX triplet: 03, 09 and 51. RGB value is (3,9,81). Sum of RGB (Red+Green+Blue) = 3+9+81=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 81 (32.03% from 255 or 87.10% from 93); Max value from RGB is 81 - color contains mainly: blue. Hex color #030951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030951 is #FCF6AE. Grayscale: #0F0F0F. Windows color (decimal): -16578223 or 5310723. OLE color: 5310723.

HSL color Cylindrical-coordinate representation of color #030951: hue angle of 235.38º 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 #030951 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 9 81 -
CMYK 0.96 0.89 0 0.68
HSL 235.38º 0.93% 0.16% -
HSV(B) 235.38º 0.96% 0.32% -
XYZ 1.62 0.81 7.86 -
YUV 15.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 3 9 81 0.96 0.89 0 0.68 235.38 0.93 0.16
Hex 3 9 51 60 59 0 44 EB 5D 10
Octal 3 11 121 140 131 0 104 353 135 20
Binary 11 1001 1010001 1100000 1011001 0 1000100 11101011 1011101 10000

Color Harmonies of #030951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030951

Black with #030951

Text Example


Text Example

White with #030951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030951; }

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

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

background-color css

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

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

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

border-color css

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

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

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