Html Css Color HEX #0A1559 Sapphire

📋 copy color: '#0A1559'

red 10 ◦ green 21 ◦ blue 89

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

Shades of Sapphire #0A1559

Tints of Sapphire #0A1559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

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

R = 8.33%
G = 17.5%
B = 74.17%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A1559 (or 0x0A1559) is known color: Sapphire. HEX triplet: 0A, 15 and 59. RGB value is (10,21,89). Sum of RGB (Red+Green+Blue) = 10+21+89=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A1559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1559 is #F5EAA6. Grayscale: #191919. Windows color (decimal): -16116391 or 5838090. OLE color: 5838090.

HSL color Cylindrical-coordinate representation of color #0A1559: hue angle of 231.65º 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 #0A1559 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 21 89 -
CMYK 0.89 0.76 0 0.65
HSL 231.65º 0.8% 0.19% -
HSV(B) 231.65º 0.89% 0.35% -
XYZ 2.2 1.32 9.59 -
YUV 25.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 10 21 89 0.89 0.76 0 0.65 231.65 0.8 0.19
Hex A 15 59 59 4C 0 41 E8 50 13
Octal 12 25 131 131 114 0 101 350 120 23
Binary 1010 10101 1011001 1011001 1001100 0 1000001 11101000 1010000 10011

Color Harmonies of #0A1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1559

Black with #0A1559

Text Example


Text Example

White with #0A1559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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