Html Css Color HEX #011F65 Sapphire

📋 copy color: '#011F65'

red 1 ◦ green 31 ◦ blue 101

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

Shades of Sapphire #011F65

Tints of Sapphire #011F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 75.94%

R = 0.75%
G = 23.31%
B = 75.94%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011F65 (or 0x011F65) is known color: Sapphire. HEX triplet: 01, 1F and 65. RGB value is (1,31,101). Sum of RGB (Red+Green+Blue) = 1+31+101=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #011F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F65 is #FEE09A. Grayscale: #1D1D1D. Windows color (decimal): -16703643 or 6627073. OLE color: 6627073.

HSL color Cylindrical-coordinate representation of color #011F65: hue angle of 222º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F65 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 31 101 -
CMYK 0.99 0.69 0 0.60
HSL 222º 0.98% 0.2% -
HSV(B) 222º 0.99% 0.4% -
XYZ 2.85 1.93 12.53 -
YUV 30.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 1 31 101 0.99 0.69 0 0.60 222 0.98 0.2
Hex 1 1F 65 63 45 0 3C DE 62 14
Octal 1 37 145 143 105 0 74 336 142 24
Binary 1 11111 1100101 1100011 1000101 0 111100 11011110 1100010 10100

Color Harmonies of #011F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F65

Black with #011F65

Text Example


Text Example

White with #011F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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