Html Css Color HEX #0A1F59 Sapphire

📋 copy color: '#0A1F59'

red 10 ◦ green 31 ◦ blue 89

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

Shades of Sapphire #0A1F59

Tints of Sapphire #0A1F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.85%

 BLUE value IS 89 (35.16% from 255) = 68.46%

R = 7.69%
G = 23.85%
B = 68.46%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A1F59 (or 0x0A1F59) is known color: Sapphire. HEX triplet: 0A, 1F and 59. RGB value is (10,31,89). Sum of RGB (Red+Green+Blue) = 10+31+89=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A1F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1F59 is #F5E0A6. Grayscale: #1F1F1F. Windows color (decimal): -16113831 or 5840650. OLE color: 5840650.

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

Color convert

RGB 10 31 89 -
CMYK 0.89 0.65 0 0.65
HSL 224.05º 0.8% 0.19% -
HSV(B) 224.05º 0.89% 0.35% -
XYZ 2.42 1.77 9.66 -
YUV 31.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 10 31 89 0.89 0.65 0 0.65 224.05 0.8 0.19
Hex A 1F 59 59 41 0 41 E0 50 13
Octal 12 37 131 131 101 0 101 340 120 23
Binary 1010 11111 1011001 1011001 1000001 0 1000001 11100000 1010000 10011

Color Harmonies of #0A1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F59

Black with #0A1F59

Text Example


Text Example

White with #0A1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,31,89); }

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

background-color css

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

 a { background-color: rgb(10,31,89); }

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

border-color css

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

 span { border-color: rgb(10,31,89); }

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