Html Css Color HEX #0A185F Sapphire

📋 copy color: '#0A185F'

red 10 ◦ green 24 ◦ blue 95

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

Shades of Sapphire #0A185F

Tints of Sapphire #0A185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 73.64%

R = 7.75%
G = 18.6%
B = 73.64%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A185F (or 0x0A185F) is known color: Sapphire. HEX triplet: 0A, 18 and 5F. RGB value is (10,24,95). Sum of RGB (Red+Green+Blue) = 10+24+95=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A185F is #F5E7A0. Grayscale: #1B1B1B. Windows color (decimal): -16115617 or 6232074. OLE color: 6232074.

HSL color Cylindrical-coordinate representation of color #0A185F: hue angle of 230.12º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A185F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 24 95 -
CMYK 0.89 0.75 0 0.63
HSL 230.12º 0.81% 0.21% -
HSV(B) 230.12º 0.89% 0.37% -
XYZ 2.52 1.54 10.99 -
YUV 27.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 10 24 95 0.89 0.75 0 0.63 230.12 0.81 0.21
Hex A 18 5F 59 4B 0 3F E6 51 15
Octal 12 30 137 131 113 0 77 346 121 25
Binary 1010 11000 1011111 1011001 1001011 0 111111 11100110 1010001 10101

Color Harmonies of #0A185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A185F

Black with #0A185F

Text Example


Text Example

White with #0A185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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