Html Css Color HEX #0A1861 Sapphire

📋 copy color: '#0A1861'

red 10 ◦ green 24 ◦ blue 97

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

Shades of Sapphire #0A1861

Tints of Sapphire #0A1861

RGB

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

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

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

R = 7.63%
G = 18.32%
B = 74.05%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A1861 (or 0x0A1861) is known color: Sapphire. HEX triplet: 0A, 18 and 61. RGB value is (10,24,97). Sum of RGB (Red+Green+Blue) = 10+24+97=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #0A1861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1861 is #F5E79E. Grayscale: #1B1B1B. Windows color (decimal): -16115615 or 6363146. OLE color: 6363146.

HSL color Cylindrical-coordinate representation of color #0A1861: hue angle of 230.34º 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 #0A1861 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 24 97 -
CMYK 0.90 0.75 0 0.62
HSL 230.34º 0.81% 0.21% -
HSV(B) 230.34º 0.9% 0.38% -
XYZ 2.61 1.58 11.48 -
YUV 28.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 10 24 97 0.90 0.75 0 0.62 230.34 0.81 0.21
Hex A 18 61 5A 4B 0 3E E6 51 15
Octal 12 30 141 132 113 0 76 346 121 25
Binary 1010 11000 1100001 1011010 1001011 0 111110 11100110 1010001 10101

Color Harmonies of #0A1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1861

Black with #0A1861

Text Example


Text Example

White with #0A1861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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