Html Css Color HEX #0A1A5A Sapphire

📋 copy color: '#0A1A5A'

red 10 ◦ green 26 ◦ blue 90

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

Shades of Sapphire #0A1A5A

Tints of Sapphire #0A1A5A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.63%

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

R = 7.94%
G = 20.63%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A1A5A (or 0x0A1A5A) is known color: Sapphire. HEX triplet: 0A, 1A and 5A. RGB value is (10,26,90). Sum of RGB (Red+Green+Blue) = 10+26+90=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A1A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1A5A is #F5E5A5. Grayscale: #1C1C1C. Windows color (decimal): -16115110 or 5904906. OLE color: 5904906.

HSL color Cylindrical-coordinate representation of color #0A1A5A: hue angle of 228º 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 #0A1A5A is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 26 90 -
CMYK 0.89 0.71 0 0.65
HSL 228º 0.8% 0.2% -
HSV(B) 228º 0.89% 0.35% -
XYZ 2.34 1.54 9.85 -
YUV 28.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 10 26 90 0.89 0.71 0 0.65 228 0.8 0.2
Hex A 1A 5A 59 47 0 41 E4 50 14
Octal 12 32 132 131 107 0 101 344 120 24
Binary 1010 11010 1011010 1011001 1000111 0 1000001 11100100 1010000 10100

Color Harmonies of #0A1A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1A5A

Black with #0A1A5A

Text Example


Text Example

White with #0A1A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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