Html Css Color HEX #011A7D Sapphire

📋 copy color: '#011A7D'

red 1 ◦ green 26 ◦ blue 125

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

Shades of Sapphire #011A7D

Tints of Sapphire #011A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 82.24%

R = 0.66%
G = 17.11%
B = 82.24%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#011A7D (or 0x011A7D) is known color: Sapphire. HEX triplet: 01, 1A and 7D. RGB value is (1,26,125). Sum of RGB (Red+Green+Blue) = 1+26+125=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #011A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A7D is #FEE582. Grayscale: #1D1D1D. Windows color (decimal): -16704899 or 8198657. OLE color: 8198657.

HSL color Cylindrical-coordinate representation of color #011A7D: hue angle of 227.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A7D is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 26 125 -
CMYK 0.99 0.79 0 0.51
HSL 227.9º 0.98% 0.25% -
HSV(B) 227.9º 0.99% 0.49% -
XYZ 4.08 2.23 19.62 -
YUV 29.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 1 26 125 0.99 0.79 0 0.51 227.9 0.98 0.25
Hex 1 1A 7D 63 4F 0 33 E4 62 19
Octal 1 32 175 143 117 0 63 344 142 31
Binary 1 11010 1111101 1100011 1001111 0 110011 11100100 1100010 11001

Color Harmonies of #011A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A7D

Black with #011A7D

Text Example


Text Example

White with #011A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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