Html Css Color HEX #0A1561 Sapphire

📋 copy color: '#0A1561'

red 10 ◦ green 21 ◦ blue 97

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

Shades of Sapphire #0A1561

Tints of Sapphire #0A1561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 75.78%

R = 7.81%
G = 16.41%
B = 75.78%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A1561 (or 0x0A1561) is known color: Sapphire. HEX triplet: 0A, 15 and 61. RGB value is (10,21,97). Sum of RGB (Red+Green+Blue) = 10+21+97=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #0A1561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1561 is #F5EA9E. Grayscale: #1A1A1A. Windows color (decimal): -16116383 or 6362378. OLE color: 6362378.

HSL color Cylindrical-coordinate representation of color #0A1561: hue angle of 232.41º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1561 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 21 97 -
CMYK 0.90 0.78 0 0.62
HSL 232.41º 0.81% 0.21% -
HSV(B) 232.41º 0.9% 0.38% -
XYZ 2.55 1.46 11.46 -
YUV 26.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 10 21 97 0.90 0.78 0 0.62 232.41 0.81 0.21
Hex A 15 61 5A 4E 0 3E E8 51 15
Octal 12 25 141 132 116 0 76 350 121 25
Binary 1010 10101 1100001 1011010 1001110 0 111110 11101000 1010001 10101

Color Harmonies of #0A1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1561

Black with #0A1561

Text Example


Text Example

White with #0A1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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