Html Css Color HEX #011F48 Sapphire

📋 copy color: '#011F48'

red 1 ◦ green 31 ◦ blue 72

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

Shades of Sapphire #011F48

Tints of Sapphire #011F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 69.23%

R = 0.96%
G = 29.81%
B = 69.23%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011F48 (or 0x011F48) is known color: Sapphire. HEX triplet: 01, 1F and 48. RGB value is (1,31,72). Sum of RGB (Red+Green+Blue) = 1+31+72=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #011F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F48 is #FEE0B7. Grayscale: #1A1A1A. Windows color (decimal): -16703672 or 4726529. OLE color: 4726529.

HSL color Cylindrical-coordinate representation of color #011F48: hue angle of 214.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F48 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 31 72 -
CMYK 0.99 0.57 0 0.72
HSL 214.65º 0.97% 0.14% -
HSV(B) 214.65º 0.99% 0.28% -
XYZ 1.67 1.45 6.32 -
YUV 26.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 1 31 72 0.99 0.57 0 0.72 214.65 0.97 0.14
Hex 1 1F 48 63 39 0 48 D7 61 E
Octal 1 37 110 143 71 0 110 327 141 16
Binary 1 11111 1001000 1100011 111001 0 1001000 11010111 1100001 1110

Color Harmonies of #011F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F48

Black with #011F48

Text Example


Text Example

White with #011F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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