Html Css Color HEX #0A195B Sapphire

📋 copy color: '#0A195B'

red 10 ◦ green 25 ◦ blue 91

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

Shades of Sapphire #0A195B

Tints of Sapphire #0A195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

 BLUE value IS 91 (35.94% from 255) = 72.22%

R = 7.94%
G = 19.84%
B = 72.22%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A195B (or 0x0A195B) is known color: Sapphire. HEX triplet: 0A, 19 and 5B. RGB value is (10,25,91). Sum of RGB (Red+Green+Blue) = 10+25+91=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A195B is #F5E6A4. Grayscale: #1B1B1B. Windows color (decimal): -16115365 or 5970186. OLE color: 5970186.

HSL color Cylindrical-coordinate representation of color #0A195B: hue angle of 228.89º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A195B is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 25 91 -
CMYK 0.89 0.73 0 0.64
HSL 228.89º 0.8% 0.2% -
HSV(B) 228.89º 0.89% 0.36% -
XYZ 2.36 1.52 10.07 -
YUV 28.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 10 25 91 0.89 0.73 0 0.64 228.89 0.8 0.2
Hex A 19 5B 59 49 0 40 E5 50 14
Octal 12 31 133 131 111 0 100 345 120 24
Binary 1010 11001 1011011 1011001 1001001 0 1000000 11100101 1010000 10100

Color Harmonies of #0A195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A195B

Black with #0A195B

Text Example


Text Example

White with #0A195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,25,91); }

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

background-color css

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

 a { background-color: rgb(10,25,91); }

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

border-color css

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

 span { border-color: rgb(10,25,91); }

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