Html Css Color HEX #0A2179 Sapphire

📋 copy color: '#0A2179'

red 10 ◦ green 33 ◦ blue 121

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

Shades of Sapphire #0A2179

Tints of Sapphire #0A2179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 73.78%

R = 6.1%
G = 20.12%
B = 73.78%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A2179 (or 0x0A2179) is known color: Sapphire. HEX triplet: 0A, 21 and 79. RGB value is (10,33,121). Sum of RGB (Red+Green+Blue) = 10+33+121=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A2179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2179 is #F5DE86. Grayscale: #232323. Windows color (decimal): -16113287 or 7938314. OLE color: 7938314.

HSL color Cylindrical-coordinate representation of color #0A2179: hue angle of 227.57º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2179 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 33 121 -
CMYK 0.92 0.73 0 0.53
HSL 227.57º 0.85% 0.26% -
HSV(B) 227.57º 0.92% 0.47% -
XYZ 4.12 2.53 18.36 -
YUV 36.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 10 33 121 0.92 0.73 0 0.53 227.57 0.85 0.26
Hex A 21 79 5C 49 0 35 E4 55 1A
Octal 12 41 171 134 111 0 65 344 125 32
Binary 1010 100001 1111001 1011100 1001001 0 110101 11100100 1010101 11010

Color Harmonies of #0A2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2179

Black with #0A2179

Text Example


Text Example

White with #0A2179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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