Html Css Color HEX #0A206D Sapphire

📋 copy color: '#0A206D'

red 10 ◦ green 32 ◦ blue 109

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

Shades of Sapphire #0A206D

Tints of Sapphire #0A206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 72.19%

R = 6.62%
G = 21.19%
B = 72.19%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A206D (or 0x0A206D) is known color: Sapphire. HEX triplet: 0A, 20 and 6D. RGB value is (10,32,109). Sum of RGB (Red+Green+Blue) = 10+32+109=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A206D is #F5DF92. Grayscale: #212121. Windows color (decimal): -16113555 or 7151626. OLE color: 7151626.

HSL color Cylindrical-coordinate representation of color #0A206D: hue angle of 226.67º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A206D is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 32 109 -
CMYK 0.91 0.71 0 0.57
HSL 226.67º 0.83% 0.23% -
HSV(B) 226.67º 0.91% 0.43% -
XYZ 3.4 2.2 14.71 -
YUV 34.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 10 32 109 0.91 0.71 0 0.57 226.67 0.83 0.23
Hex A 20 6D 5B 47 0 39 E3 53 17
Octal 12 40 155 133 107 0 71 343 123 27
Binary 1010 100000 1101101 1011011 1000111 0 111001 11100011 1010011 10111

Color Harmonies of #0A206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A206D

Black with #0A206D

Text Example


Text Example

White with #0A206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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