Html Css Color HEX #0A1859 Sapphire

📋 copy color: '#0A1859'

red 10 ◦ green 24 ◦ blue 89

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

Shades of Sapphire #0A1859

Tints of Sapphire #0A1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

 BLUE value IS 89 (35.16% from 255) = 72.36%

R = 8.13%
G = 19.51%
B = 72.36%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A1859 (or 0x0A1859) is known color: Sapphire. HEX triplet: 0A, 18 and 59. RGB value is (10,24,89). Sum of RGB (Red+Green+Blue) = 10+24+89=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A1859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1859 is #F5E7A6. Grayscale: #1A1A1A. Windows color (decimal): -16115623 or 5838858. OLE color: 5838858.

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

Color convert

RGB 10 24 89 -
CMYK 0.89 0.73 0 0.65
HSL 229.37º 0.8% 0.19% -
HSV(B) 229.37º 0.89% 0.35% -
XYZ 2.25 1.44 9.61 -
YUV 27.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 10 24 89 0.89 0.73 0 0.65 229.37 0.8 0.19
Hex A 18 59 59 49 0 41 E5 50 13
Octal 12 30 131 131 111 0 101 345 120 23
Binary 1010 11000 1011001 1011001 1001001 0 1000001 11100101 1010000 10011

Color Harmonies of #0A1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1859

Black with #0A1859

Text Example


Text Example

White with #0A1859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,89); }

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

background-color css

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

 a { background-color: rgb(10,24,89); }

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

border-color css

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

 span { border-color: rgb(10,24,89); }

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