Html Css Color HEX #011D65 Sapphire

📋 copy color: '#011D65'

red 1 ◦ green 29 ◦ blue 101

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

Shades of Sapphire #011D65

Tints of Sapphire #011D65

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.14%

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

R = 0.76%
G = 22.14%
B = 77.1%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011D65 (or 0x011D65) is known color: Sapphire. HEX triplet: 01, 1D and 65. RGB value is (1,29,101). Sum of RGB (Red+Green+Blue) = 1+29+101=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 101 (39.84% from 255 or 77.10% from 131); Max value from RGB is 101 - color contains mainly: blue. Hex color #011D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D65 is #FEE29A. Grayscale: #1C1C1C. Windows color (decimal): -16704155 or 6626561. OLE color: 6626561.

HSL color Cylindrical-coordinate representation of color #011D65: hue angle of 223.2º 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 #011D65 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 29 101 -
CMYK 0.99 0.71 0 0.60
HSL 223.2º 0.98% 0.2% -
HSV(B) 223.2º 0.99% 0.4% -
XYZ 2.8 1.82 12.52 -
YUV 28.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 1 29 101 0.99 0.71 0 0.60 223.2 0.98 0.2
Hex 1 1D 65 63 47 0 3C DF 62 14
Octal 1 35 145 143 107 0 74 337 142 24
Binary 1 11101 1100101 1100011 1000111 0 111100 11011111 1100010 10100

Color Harmonies of #011D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D65

Black with #011D65

Text Example


Text Example

White with #011D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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