Html Css Color HEX #0A185A Sapphire

📋 copy color: '#0A185A'

red 10 ◦ green 24 ◦ blue 90

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

Shades of Sapphire #0A185A

Tints of Sapphire #0A185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 72.58%

R = 8.06%
G = 19.35%
B = 72.58%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A185A (or 0x0A185A) is known color: Sapphire. HEX triplet: 0A, 18 and 5A. RGB value is (10,24,90). Sum of RGB (Red+Green+Blue) = 10+24+90=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 90 (35.55% from 255 or 72.58% from 124); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A185A is #F5E7A5. Grayscale: #1B1B1B. Windows color (decimal): -16115622 or 5904394. OLE color: 5904394.

HSL color Cylindrical-coordinate representation of color #0A185A: hue angle of 229.5º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A185A is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 24 90 -
CMYK 0.89 0.73 0 0.65
HSL 229.5º 0.8% 0.2% -
HSV(B) 229.5º 0.89% 0.35% -
XYZ 2.3 1.46 9.83 -
YUV 27.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 10 24 90 0.89 0.73 0 0.65 229.5 0.8 0.2
Hex A 18 5A 59 49 0 41 E6 50 14
Octal 12 30 132 131 111 0 101 346 120 24
Binary 1010 11000 1011010 1011001 1001001 0 1000001 11100110 1010000 10100

Color Harmonies of #0A185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A185A

Black with #0A185A

Text Example


Text Example

White with #0A185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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