Html Css Color HEX #011A53 Sapphire

📋 copy color: '#011A53'

red 1 ◦ green 26 ◦ blue 83

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

Shades of Sapphire #011A53

Tints of Sapphire #011A53

RGB

 RED value IS 1 (0.78% from 255) = 0.91%

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

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

R = 0.91%
G = 23.64%
B = 75.45%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011A53 (or 0x011A53) is known color: Sapphire. HEX triplet: 01, 1A and 53. RGB value is (1,26,83). Sum of RGB (Red+Green+Blue) = 1+26+83=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #011A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A53 is #FEE5AC. Grayscale: #181818. Windows color (decimal): -16704941 or 5446145. OLE color: 5446145.

HSL color Cylindrical-coordinate representation of color #011A53: hue angle of 221.71º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A53 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 26 83 -
CMYK 0.99 0.69 0 0.67
HSL 221.71º 0.98% 0.16% -
HSV(B) 221.71º 0.99% 0.33% -
XYZ 1.94 1.37 8.35 -
YUV 25.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 1 26 83 0.99 0.69 0 0.67 221.71 0.98 0.16
Hex 1 1A 53 63 45 0 43 DE 62 10
Octal 1 32 123 143 105 0 103 336 142 20
Binary 1 11010 1010011 1100011 1000101 0 1000011 11011110 1100010 10000

Color Harmonies of #011A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A53

Black with #011A53

Text Example


Text Example

White with #011A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A53; }

 p { color: rgb(1,26,83); }

 H1.HeaderClassName
 {
   color: #011A53;
 }
 .AnyTagClassName
 {
   color: #011A53;
 }
</style>

background-color css

<style>
 a { background-color: #011A53; }

 a { background-color: rgb(1,26,83); }

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

border-color css

<style>
 span { border-color: #011A53; }

 span { border-color: rgb(1,26,83); }

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