Html Css Color HEX #0A1756 Sapphire

📋 copy color: '#0A1756'

red 10 ◦ green 23 ◦ blue 86

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

Shades of Sapphire #0A1756

Tints of Sapphire #0A1756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.33%

 BLUE value IS 86 (33.98% from 255) = 72.27%

R = 8.4%
G = 19.33%
B = 72.27%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0A1756 (or 0x0A1756) is known color: Sapphire. HEX triplet: 0A, 17 and 56. RGB value is (10,23,86). Sum of RGB (Red+Green+Blue) = 10+23+86=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1756 is #F5E8A9. Grayscale: #1A1A1A. Windows color (decimal): -16115882 or 5641994. OLE color: 5641994.

HSL color Cylindrical-coordinate representation of color #0A1756: hue angle of 229.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1756 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 10 23 86 -
CMYK 0.88 0.73 0 0.66
HSL 229.74º 0.79% 0.19% -
HSV(B) 229.74º 0.88% 0.34% -
XYZ 2.11 1.35 8.95 -
YUV 26.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 10 23 86 0.88 0.73 0 0.66 229.74 0.79 0.19
Hex A 17 56 58 49 0 42 E6 4F 13
Octal 12 27 126 130 111 0 102 346 117 23
Binary 1010 10111 1010110 1011000 1001001 0 1000010 11100110 1001111 10011

Color Harmonies of #0A1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1756

Black with #0A1756

Text Example


Text Example

White with #0A1756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,23,86); }

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

background-color css

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

 a { background-color: rgb(10,23,86); }

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

border-color css

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

 span { border-color: rgb(10,23,86); }

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