Html Css Color HEX #0A226D Sapphire

📋 copy color: '#0A226D'

red 10 ◦ green 34 ◦ blue 109

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

Shades of Sapphire #0A226D

Tints of Sapphire #0A226D

RGB

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

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

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

R = 6.54%
G = 22.22%
B = 71.24%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A226D (or 0x0A226D) is known color: Sapphire. HEX triplet: 0A, 22 and 6D. RGB value is (10,34,109). Sum of RGB (Red+Green+Blue) = 10+34+109=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A226D is #F5DD92. Grayscale: #232323. Windows color (decimal): -16113043 or 7152138. OLE color: 7152138.

HSL color Cylindrical-coordinate representation of color #0A226D: hue angle of 225.45º 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 #0A226D is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 34 109 -
CMYK 0.91 0.69 0 0.57
HSL 225.45º 0.83% 0.23% -
HSV(B) 225.45º 0.91% 0.43% -
XYZ 3.46 2.31 14.73 -
YUV 35.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 10 34 109 0.91 0.69 0 0.57 225.45 0.83 0.23
Hex A 22 6D 5B 45 0 39 E1 53 17
Octal 12 42 155 133 105 0 71 341 123 27
Binary 1010 100010 1101101 1011011 1000101 0 111001 11100001 1010011 10111

Color Harmonies of #0A226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A226D

Black with #0A226D

Text Example


Text Example

White with #0A226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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