Html Css Color HEX #0A145E Sapphire

📋 copy color: '#0A145E'

red 10 ◦ green 20 ◦ blue 94

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

Shades of Sapphire #0A145E

Tints of Sapphire #0A145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.13%

 BLUE value IS 94 (37.11% from 255) = 75.81%

R = 8.06%
G = 16.13%
B = 75.81%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A145E (or 0x0A145E) is known color: Sapphire. HEX triplet: 0A, 14 and 5E. RGB value is (10,20,94). Sum of RGB (Red+Green+Blue) = 10+20+94=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A145E is #F5EBA1. Grayscale: #191919. Windows color (decimal): -16116642 or 6165514. OLE color: 6165514.

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

Color convert

RGB 10 20 94 -
CMYK 0.89 0.79 0 0.63
HSL 232.86º 0.81% 0.2% -
HSV(B) 232.86º 0.89% 0.37% -
XYZ 2.4 1.37 10.73 -
YUV 25.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 10 20 94 0.89 0.79 0 0.63 232.86 0.81 0.2
Hex A 14 5E 59 4F 0 3F E9 51 14
Octal 12 24 136 131 117 0 77 351 121 24
Binary 1010 10100 1011110 1011001 1001111 0 111111 11101001 1010001 10100

Color Harmonies of #0A145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A145E

Black with #0A145E

Text Example


Text Example

White with #0A145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,94); }

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

background-color css

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

 a { background-color: rgb(10,20,94); }

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

border-color css

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

 span { border-color: rgb(10,20,94); }

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