Html Css Color HEX #0A2573 Sapphire

📋 copy color: '#0A2573'

red 10 ◦ green 37 ◦ blue 115

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

Shades of Sapphire #0A2573

Tints of Sapphire #0A2573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.99%

R = 6.17%
G = 22.84%
B = 70.99%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A2573 (or 0x0A2573) is known color: Sapphire. HEX triplet: 0A, 25 and 73. RGB value is (10,37,115). Sum of RGB (Red+Green+Blue) = 10+37+115=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A2573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2573 is #F5DA8C. Grayscale: #252525. Windows color (decimal): -16112269 or 7546122. OLE color: 7546122.

HSL color Cylindrical-coordinate representation of color #0A2573: hue angle of 224.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2573 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 37 115 -
CMYK 0.91 0.68 0 0.55
HSL 224.57º 0.84% 0.25% -
HSV(B) 224.57º 0.91% 0.45% -
XYZ 3.88 2.63 16.52 -
YUV 37.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 10 37 115 0.91 0.68 0 0.55 224.57 0.84 0.25
Hex A 25 73 5B 44 0 37 E1 54 19
Octal 12 45 163 133 104 0 67 341 124 31
Binary 1010 100101 1110011 1011011 1000100 0 110111 11100001 1010100 11001

Color Harmonies of #0A2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2573

Black with #0A2573

Text Example


Text Example

White with #0A2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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