Html Css Color HEX #011C65 Sapphire

📋 copy color: '#011C65'

red 1 ◦ green 28 ◦ blue 101

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

Shades of Sapphire #011C65

Tints of Sapphire #011C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.54%

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

R = 0.77%
G = 21.54%
B = 77.69%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011C65 (or 0x011C65) is known color: Sapphire. HEX triplet: 01, 1C and 65. RGB value is (1,28,101). Sum of RGB (Red+Green+Blue) = 1+28+101=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 101 (39.84% from 255 or 77.69% from 130); Max value from RGB is 101 - color contains mainly: blue. Hex color #011C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C65 is #FEE39A. Grayscale: #1B1B1B. Windows color (decimal): -16704411 or 6626305. OLE color: 6626305.

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

Color convert

RGB 1 28 101 -
CMYK 0.99 0.72 0 0.60
HSL 223.8º 0.98% 0.2% -
HSV(B) 223.8º 0.99% 0.4% -
XYZ 2.78 1.78 12.51 -
YUV 28.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 1 28 101 0.99 0.72 0 0.60 223.8 0.98 0.2
Hex 1 1C 65 63 48 0 3C E0 62 14
Octal 1 34 145 143 110 0 74 340 142 24
Binary 1 11100 1100101 1100011 1001000 0 111100 11100000 1100010 10100

Color Harmonies of #011C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C65

Black with #011C65

Text Example


Text Example

White with #011C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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