Html Css Color HEX #0A215F Sapphire

📋 copy color: '#0A215F'

red 10 ◦ green 33 ◦ blue 95

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

Shades of Sapphire #0A215F

Tints of Sapphire #0A215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 68.84%

R = 7.25%
G = 23.91%
B = 68.84%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A215F (or 0x0A215F) is known color: Sapphire. HEX triplet: 0A, 21 and 5F. RGB value is (10,33,95). Sum of RGB (Red+Green+Blue) = 10+33+95=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 95 (37.5% from 255 or 68.84% from 138); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A215F is #F5DEA0. Grayscale: #202020. Windows color (decimal): -16113313 or 6234378. OLE color: 6234378.

HSL color Cylindrical-coordinate representation of color #0A215F: hue angle of 223.76º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A215F is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 33 95 -
CMYK 0.89 0.65 0 0.63
HSL 223.76º 0.81% 0.21% -
HSV(B) 223.76º 0.89% 0.37% -
XYZ 2.73 1.98 11.06 -
YUV 33.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 10 33 95 0.89 0.65 0 0.63 223.76 0.81 0.21
Hex A 21 5F 59 41 0 3F E0 51 15
Octal 12 41 137 131 101 0 77 340 121 25
Binary 1010 100001 1011111 1011001 1000001 0 111111 11100000 1010001 10101

Color Harmonies of #0A215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A215F

Black with #0A215F

Text Example


Text Example

White with #0A215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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