Html Css Color HEX #0A2151 Sapphire

📋 copy color: '#0A2151'

red 10 ◦ green 33 ◦ blue 81

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

Shades of Sapphire #0A2151

Tints of Sapphire #0A2151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 8.06%
G = 26.61%
B = 65.32%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A2151 (or 0x0A2151) is known color: Sapphire. HEX triplet: 0A, 21 and 51. RGB value is (10,33,81). Sum of RGB (Red+Green+Blue) = 10+33+81=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A2151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2151 is #F5DEAE. Grayscale: #1F1F1F. Windows color (decimal): -16113327 or 5316874. OLE color: 5316874.

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

Color convert

RGB 10 33 81 -
CMYK 0.88 0.59 0 0.68
HSL 220.56º 0.78% 0.18% -
HSV(B) 220.56º 0.88% 0.32% -
XYZ 2.15 1.75 8.01 -
YUV 31.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 10 33 81 0.88 0.59 0 0.68 220.56 0.78 0.18
Hex A 21 51 58 3B 0 44 DD 4E 12
Octal 12 41 121 130 73 0 104 335 116 22
Binary 1010 100001 1010001 1011000 111011 0 1000100 11011101 1001110 10010

Color Harmonies of #0A2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2151

Black with #0A2151

Text Example


Text Example

White with #0A2151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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