Html Css Color HEX #0A2576 Sapphire

📋 copy color: '#0A2576'

red 10 ◦ green 37 ◦ blue 118

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

Shades of Sapphire #0A2576

Tints of Sapphire #0A2576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

 BLUE value IS 118 (46.48% from 255) = 71.52%

R = 6.06%
G = 22.42%
B = 71.52%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A2576 (or 0x0A2576) is known color: Sapphire. HEX triplet: 0A, 25 and 76. RGB value is (10,37,118). Sum of RGB (Red+Green+Blue) = 10+37+118=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A2576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2576 is #F5DA89. Grayscale: #252525. Windows color (decimal): -16112266 or 7742730. OLE color: 7742730.

HSL color Cylindrical-coordinate representation of color #0A2576: hue angle of 225º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2576 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 37 118 -
CMYK 0.92 0.69 0 0.54
HSL 225º 0.84% 0.25% -
HSV(B) 225º 0.92% 0.46% -
XYZ 4.06 2.7 17.45 -
YUV 38.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 10 37 118 0.92 0.69 0 0.54 225 0.84 0.25
Hex A 25 76 5C 45 0 36 E1 54 19
Octal 12 45 166 134 105 0 66 341 124 31
Binary 1010 100101 1110110 1011100 1000101 0 110110 11100001 1010100 11001

Color Harmonies of #0A2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2576

Black with #0A2576

Text Example


Text Example

White with #0A2576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,37,118); }

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

background-color css

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

 a { background-color: rgb(10,37,118); }

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

border-color css

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

 span { border-color: rgb(10,37,118); }

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