Html Css Color HEX #0A2253 Sapphire

📋 copy color: '#0A2253'

red 10 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #0A2253

Tints of Sapphire #0A2253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.77%

 BLUE value IS 83 (32.81% from 255) = 65.35%

R = 7.87%
G = 26.77%
B = 65.35%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A2253 (or 0x0A2253) is known color: Sapphire. HEX triplet: 0A, 22 and 53. RGB value is (10,34,83). Sum of RGB (Red+Green+Blue) = 10+34+83=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2253 is #F5DDAC. Grayscale: #202020. Windows color (decimal): -16113069 or 5448202. OLE color: 5448202.

HSL color Cylindrical-coordinate representation of color #0A2253: hue angle of 220.27º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2253 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 34 83 -
CMYK 0.88 0.59 0 0.67
HSL 220.27º 0.78% 0.18% -
HSV(B) 220.27º 0.88% 0.33% -
XYZ 2.26 1.83 8.42 -
YUV 32.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 10 34 83 0.88 0.59 0 0.67 220.27 0.78 0.18
Hex A 22 53 58 3B 0 43 DC 4E 12
Octal 12 42 123 130 73 0 103 334 116 22
Binary 1010 100010 1010011 1011000 111011 0 1000011 11011100 1001110 10010

Color Harmonies of #0A2253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2253

Black with #0A2253

Text Example


Text Example

White with #0A2253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,34,83); }

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

background-color css

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

 a { background-color: rgb(10,34,83); }

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

border-color css

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

 span { border-color: rgb(10,34,83); }

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