Html Css Color HEX #0A227C Sapphire

📋 copy color: '#0A227C'

red 10 ◦ green 34 ◦ blue 124

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

Shades of Sapphire #0A227C

Tints of Sapphire #0A227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 73.81%

R = 5.95%
G = 20.24%
B = 73.81%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A227C (or 0x0A227C) is known color: Sapphire. HEX triplet: 0A, 22 and 7C. RGB value is (10,34,124). Sum of RGB (Red+Green+Blue) = 10+34+124=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A227C is #F5DD83. Grayscale: #242424. Windows color (decimal): -16113028 or 8135178. OLE color: 8135178.

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

Color convert

RGB 10 34 124 -
CMYK 0.92 0.73 0 0.51
HSL 227.37º 0.85% 0.26% -
HSV(B) 227.37º 0.92% 0.49% -
XYZ 4.34 2.66 19.35 -
YUV 37.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 10 34 124 0.92 0.73 0 0.51 227.37 0.85 0.26
Hex A 22 7C 5C 49 0 33 E3 55 1A
Octal 12 42 174 134 111 0 63 343 125 32
Binary 1010 100010 1111100 1011100 1001001 0 110011 11100011 1010101 11010

Color Harmonies of #0A227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A227C

Black with #0A227C

Text Example


Text Example

White with #0A227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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