Html Css Color HEX #011F4A Sapphire

📋 copy color: '#011F4A'

red 1 ◦ green 31 ◦ blue 74

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

Shades of Sapphire #011F4A

Tints of Sapphire #011F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.81%

R = 0.94%
G = 29.25%
B = 69.81%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011F4A (or 0x011F4A) is known color: Sapphire. HEX triplet: 01, 1F and 4A. RGB value is (1,31,74). Sum of RGB (Red+Green+Blue) = 1+31+74=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #011F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F4A is #FEE0B5. Grayscale: #1A1A1A. Windows color (decimal): -16703670 or 4857601. OLE color: 4857601.

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

Color convert

RGB 1 31 74 -
CMYK 0.99 0.58 0 0.71
HSL 215.34º 0.97% 0.15% -
HSV(B) 215.34º 0.99% 0.29% -
XYZ 1.74 1.48 6.67 -
YUV 26.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 1 31 74 0.99 0.58 0 0.71 215.34 0.97 0.15
Hex 1 1F 4A 63 3A 0 47 D7 61 F
Octal 1 37 112 143 72 0 107 327 141 17
Binary 1 11111 1001010 1100011 111010 0 1000111 11010111 1100001 1111

Color Harmonies of #011F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F4A

Black with #011F4A

Text Example


Text Example

White with #011F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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