Html Css Color HEX #011F7A Sapphire

📋 copy color: '#011F7A'

red 1 ◦ green 31 ◦ blue 122

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

Shades of Sapphire #011F7A

Tints of Sapphire #011F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 79.22%

R = 0.65%
G = 20.13%
B = 79.22%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#011F7A (or 0x011F7A) is known color: Sapphire. HEX triplet: 01, 1F and 7A. RGB value is (1,31,122). Sum of RGB (Red+Green+Blue) = 1+31+122=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #011F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F7A is #FEE085. Grayscale: #202020. Windows color (decimal): -16703622 or 8003329. OLE color: 8003329.

HSL color Cylindrical-coordinate representation of color #011F7A: hue angle of 225.12º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F7A is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 31 122 -
CMYK 0.99 0.75 0 0.52
HSL 225.12º 0.98% 0.24% -
HSV(B) 225.12º 0.99% 0.48% -
XYZ 4.02 2.39 18.66 -
YUV 32.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 1 31 122 0.99 0.75 0 0.52 225.12 0.98 0.24
Hex 1 1F 7A 63 4B 0 34 E1 62 18
Octal 1 37 172 143 113 0 64 341 142 30
Binary 1 11111 1111010 1100011 1001011 0 110100 11100001 1100010 11000

Color Harmonies of #011F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F7A

Black with #011F7A

Text Example


Text Example

White with #011F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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