Html Css Color HEX #0A165F Sapphire

📋 copy color: '#0A165F'

red 10 ◦ green 22 ◦ blue 95

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

Shades of Sapphire #0A165F

Tints of Sapphire #0A165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

 BLUE value IS 95 (37.5% from 255) = 74.8%

R = 7.87%
G = 17.32%
B = 74.8%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A165F (or 0x0A165F) is known color: Sapphire. HEX triplet: 0A, 16 and 5F. RGB value is (10,22,95). Sum of RGB (Red+Green+Blue) = 10+22+95=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A165F is #F5E9A0. Grayscale: #1A1A1A. Windows color (decimal): -16116129 or 6231562. OLE color: 6231562.

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

Color convert

RGB 10 22 95 -
CMYK 0.89 0.77 0 0.63
HSL 231.53º 0.81% 0.21% -
HSV(B) 231.53º 0.89% 0.37% -
XYZ 2.48 1.46 10.98 -
YUV 26.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 10 22 95 0.89 0.77 0 0.63 231.53 0.81 0.21
Hex A 16 5F 59 4D 0 3F E8 51 15
Octal 12 26 137 131 115 0 77 350 121 25
Binary 1010 10110 1011111 1011001 1001101 0 111111 11101000 1010001 10101

Color Harmonies of #0A165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A165F

Black with #0A165F

Text Example


Text Example

White with #0A165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,22,95); }

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

background-color css

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

 a { background-color: rgb(10,22,95); }

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

border-color css

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

 span { border-color: rgb(10,22,95); }

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