Html Css Color HEX #000A51 Sapphire

📋 copy color: '#000A51'

red 0 ◦ green 10 ◦ blue 81

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

Shades of Sapphire #000A51

Tints of Sapphire #000A51

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 10.99%
B = 89.01%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#000A51 (or 0x000A51) is known color: Sapphire. HEX triplet: 00, 0A and 51. RGB value is (0,10,81). Sum of RGB (Red+Green+Blue) = 0+10+81=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 81 (32.03% from 255 or 89.01% from 91); Max value from RGB is 81 - color contains mainly: blue. Hex color #000A51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A51 is #FFF5AE. Grayscale: #0E0E0E. Windows color (decimal): -16774575 or 5310976. OLE color: 5310976.

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

Color convert

RGB 0 10 81 -
CMYK 1 0.88 0 0.68
HSL 232.59º 1% 0.16% -
HSV(B) 232.59º 1% 0.32% -
XYZ 1.59 0.81 7.86 -
YUV 15.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 0 10 81 1 0.88 0 0.68 232.59 1 0.16
Hex 0 A 51 64 58 0 44 E9 64 10
Octal 0 12 121 144 130 0 104 351 144 20
Binary 0 1010 1010001 1100100 1011000 0 1000100 11101001 1100100 10000

Color Harmonies of #000A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A51

Black with #000A51

Text Example


Text Example

White with #000A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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