Html Css Color HEX #011F4D Sapphire

📋 copy color: '#011F4D'

red 1 ◦ green 31 ◦ blue 77

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

Shades of Sapphire #011F4D

Tints of Sapphire #011F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 70.64%

R = 0.92%
G = 28.44%
B = 70.64%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#011F4D (or 0x011F4D) is known color: Sapphire. HEX triplet: 01, 1F and 4D. RGB value is (1,31,77). Sum of RGB (Red+Green+Blue) = 1+31+77=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #011F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F4D is #FEE0B2. Grayscale: #1B1B1B. Windows color (decimal): -16703667 or 5054209. OLE color: 5054209.

HSL color Cylindrical-coordinate representation of color #011F4D: hue angle of 216.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F4D is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 31 77 -
CMYK 0.99 0.60 0 0.70
HSL 216.32º 0.97% 0.15% -
HSV(B) 216.32º 0.99% 0.3% -
XYZ 1.84 1.52 7.22 -
YUV 27.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 1 31 77 0.99 0.60 0 0.70 216.32 0.97 0.15
Hex 1 1F 4D 63 3C 0 46 D8 61 F
Octal 1 37 115 143 74 0 106 330 141 17
Binary 1 11111 1001101 1100011 111100 0 1000110 11011000 1100001 1111

Color Harmonies of #011F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F4D

Black with #011F4D

Text Example


Text Example

White with #011F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,31,77); }

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

background-color css

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

 a { background-color: rgb(1,31,77); }

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

border-color css

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

 span { border-color: rgb(1,31,77); }

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