Html Css Color HEX #0A2059 Sapphire

📋 copy color: '#0A2059'

red 10 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #0A2059

Tints of Sapphire #0A2059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 67.94%

R = 7.63%
G = 24.43%
B = 67.94%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A2059 (or 0x0A2059) is known color: Sapphire. HEX triplet: 0A, 20 and 59. RGB value is (10,32,89). Sum of RGB (Red+Green+Blue) = 10+32+89=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A2059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2059 is #F5DFA6. Grayscale: #1F1F1F. Windows color (decimal): -16113575 or 5840906. OLE color: 5840906.

HSL color Cylindrical-coordinate representation of color #0A2059: hue angle of 223.29º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2059 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 32 89 -
CMYK 0.89 0.64 0 0.65
HSL 223.29º 0.8% 0.19% -
HSV(B) 223.29º 0.89% 0.35% -
XYZ 2.44 1.82 9.67 -
YUV 31.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 10 32 89 0.89 0.64 0 0.65 223.29 0.8 0.19
Hex A 20 59 59 40 0 41 DF 50 13
Octal 12 40 131 131 100 0 101 337 120 23
Binary 1010 100000 1011001 1011001 1000000 0 1000001 11011111 1010000 10011

Color Harmonies of #0A2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2059

Black with #0A2059

Text Example


Text Example

White with #0A2059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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