Html Css Color HEX #0A175E Sapphire

📋 copy color: '#0A175E'

red 10 ◦ green 23 ◦ blue 94

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

Shades of Sapphire #0A175E

Tints of Sapphire #0A175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

 BLUE value IS 94 (37.11% from 255) = 74.02%

R = 7.87%
G = 18.11%
B = 74.02%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A175E (or 0x0A175E) is known color: Sapphire. HEX triplet: 0A, 17 and 5E. RGB value is (10,23,94). Sum of RGB (Red+Green+Blue) = 10+23+94=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A175E is #F5E8A1. Grayscale: #1A1A1A. Windows color (decimal): -16115874 or 6166282. OLE color: 6166282.

HSL color Cylindrical-coordinate representation of color #0A175E: hue angle of 230.71º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A175E is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 23 94 -
CMYK 0.89 0.76 0 0.63
HSL 230.71º 0.81% 0.2% -
HSV(B) 230.71º 0.89% 0.37% -
XYZ 2.45 1.49 10.75 -
YUV 27.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 10 23 94 0.89 0.76 0 0.63 230.71 0.81 0.2
Hex A 17 5E 59 4C 0 3F E7 51 14
Octal 12 27 136 131 114 0 77 347 121 24
Binary 1010 10111 1011110 1011001 1001100 0 111111 11100111 1010001 10100

Color Harmonies of #0A175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A175E

Black with #0A175E

Text Example


Text Example

White with #0A175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,23,94); }

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

background-color css

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

 a { background-color: rgb(10,23,94); }

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

border-color css

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

 span { border-color: rgb(10,23,94); }

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