Html Css Color HEX #0A2052 Sapphire

📋 copy color: '#0A2052'

red 10 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #0A2052

Tints of Sapphire #0A2052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 66.13%

R = 8.06%
G = 25.81%
B = 66.13%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A2052 (or 0x0A2052) is known color: Sapphire. HEX triplet: 0A, 20 and 52. RGB value is (10,32,82). Sum of RGB (Red+Green+Blue) = 10+32+82=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A2052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2052 is #F5DFAD. Grayscale: #1E1E1E. Windows color (decimal): -16113582 or 5382154. OLE color: 5382154.

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

Color convert

RGB 10 32 82 -
CMYK 0.88 0.61 0 0.68
HSL 221.67º 0.78% 0.18% -
HSV(B) 221.67º 0.88% 0.32% -
XYZ 2.16 1.71 8.2 -
YUV 31.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 10 32 82 0.88 0.61 0 0.68 221.67 0.78 0.18
Hex A 20 52 58 3D 0 44 DE 4E 12
Octal 12 40 122 130 75 0 104 336 116 22
Binary 1010 100000 1010010 1011000 111101 0 1000100 11011110 1001110 10010

Color Harmonies of #0A2052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2052

Black with #0A2052

Text Example


Text Example

White with #0A2052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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