Html Css Color HEX #0A1F53 Sapphire

📋 copy color: '#0A1F53'

red 10 ◦ green 31 ◦ blue 83

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

Shades of Sapphire #0A1F53

Tints of Sapphire #0A1F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 66.94%

R = 8.06%
G = 25%
B = 66.94%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A1F53 (or 0x0A1F53) is known color: Sapphire. HEX triplet: 0A, 1F and 53. RGB value is (10,31,83). Sum of RGB (Red+Green+Blue) = 10+31+83=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A1F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1F53 is #F5E0AC. Grayscale: #1E1E1E. Windows color (decimal): -16113837 or 5447434. OLE color: 5447434.

HSL color Cylindrical-coordinate representation of color #0A1F53: hue angle of 222.74º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1F53 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 31 83 -
CMYK 0.88 0.63 0 0.67
HSL 222.74º 0.78% 0.18% -
HSV(B) 222.74º 0.88% 0.33% -
XYZ 2.18 1.67 8.39 -
YUV 30.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 10 31 83 0.88 0.63 0 0.67 222.74 0.78 0.18
Hex A 1F 53 58 3F 0 43 DF 4E 12
Octal 12 37 123 130 77 0 103 337 116 22
Binary 1010 11111 1010011 1011000 111111 0 1000011 11011111 1001110 10010

Color Harmonies of #0A1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F53

Black with #0A1F53

Text Example


Text Example

White with #0A1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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