Html Css Color HEX #0A1563 Sapphire

📋 copy color: '#0A1563'

red 10 ◦ green 21 ◦ blue 99

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

Shades of Sapphire #0A1563

Tints of Sapphire #0A1563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 76.15%

R = 7.69%
G = 16.15%
B = 76.15%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A1563 (or 0x0A1563) is known color: Sapphire. HEX triplet: 0A, 15 and 63. RGB value is (10,21,99). Sum of RGB (Red+Green+Blue) = 10+21+99=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A1563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1563 is #F5EA9C. Grayscale: #1A1A1A. Windows color (decimal): -16116381 or 6493450. OLE color: 6493450.

HSL color Cylindrical-coordinate representation of color #0A1563: hue angle of 232.58º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1563 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 21 99 -
CMYK 0.90 0.79 0 0.61
HSL 232.58º 0.82% 0.21% -
HSV(B) 232.58º 0.9% 0.39% -
XYZ 2.65 1.5 11.95 -
YUV 26.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 10 21 99 0.90 0.79 0 0.61 232.58 0.82 0.21
Hex A 15 63 5A 4F 0 3D E9 52 15
Octal 12 25 143 132 117 0 75 351 122 25
Binary 1010 10101 1100011 1011010 1001111 0 111101 11101001 1010010 10101

Color Harmonies of #0A1563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1563

Black with #0A1563

Text Example


Text Example

White with #0A1563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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