Html Css Color HEX #0A1856 Sapphire

📋 copy color: '#0A1856'

red 10 ◦ green 24 ◦ blue 86

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

Shades of Sapphire #0A1856

Tints of Sapphire #0A1856

RGB

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

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

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

R = 8.33%
G = 20%
B = 71.67%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0A1856 (or 0x0A1856) is known color: Sapphire. HEX triplet: 0A, 18 and 56. RGB value is (10,24,86). Sum of RGB (Red+Green+Blue) = 10+24+86=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1856 is #F5E7A9. Grayscale: #1A1A1A. Windows color (decimal): -16115626 or 5642250. OLE color: 5642250.

HSL color Cylindrical-coordinate representation of color #0A1856: hue angle of 228.95º 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 #0A1856 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 10 24 86 -
CMYK 0.88 0.72 0 0.66
HSL 228.95º 0.79% 0.19% -
HSV(B) 228.95º 0.88% 0.34% -
XYZ 2.13 1.39 8.96 -
YUV 26.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 10 24 86 0.88 0.72 0 0.66 228.95 0.79 0.19
Hex A 18 56 58 48 0 42 E5 4F 13
Octal 12 30 126 130 110 0 102 345 117 23
Binary 1010 11000 1010110 1011000 1001000 0 1000010 11100101 1001111 10011

Color Harmonies of #0A1856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1856

Black with #0A1856

Text Example


Text Example

White with #0A1856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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