Html Css Color HEX #0A2051 Sapphire

📋 copy color: '#0A2051'

red 10 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #0A2051

Tints of Sapphire #0A2051

RGB

 RED value IS 10 (4.3% from 255) = 8.13%

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 8.13%
G = 26.02%
B = 65.85%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A2051 (or 0x0A2051) is known color: Sapphire. HEX triplet: 0A, 20 and 51. RGB value is (10,32,81). Sum of RGB (Red+Green+Blue) = 10+32+81=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A2051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2051 is #F5DFAE. Grayscale: #1E1E1E. Windows color (decimal): -16113583 or 5316618. OLE color: 5316618.

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

Color convert

RGB 10 32 81 -
CMYK 0.88 0.60 0 0.68
HSL 221.41º 0.78% 0.18% -
HSV(B) 221.41º 0.88% 0.32% -
XYZ 2.13 1.69 8 -
YUV 31.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 10 32 81 0.88 0.60 0 0.68 221.41 0.78 0.18
Hex A 20 51 58 3C 0 44 DD 4E 12
Octal 12 40 121 130 74 0 104 335 116 22
Binary 1010 100000 1010001 1011000 111100 0 1000100 11011101 1001110 10010

Color Harmonies of #0A2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2051

Black with #0A2051

Text Example


Text Example

White with #0A2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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