Html Css Color HEX #011C5C Sapphire

📋 copy color: '#011C5C'

red 1 ◦ green 28 ◦ blue 92

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

Shades of Sapphire #011C5C

Tints of Sapphire #011C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 76.03%

R = 0.83%
G = 23.14%
B = 76.03%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#011C5C (or 0x011C5C) is known color: Sapphire. HEX triplet: 01, 1C and 5C. RGB value is (1,28,92). Sum of RGB (Red+Green+Blue) = 1+28+92=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #011C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C5C is #FEE3A3. Grayscale: #1A1A1A. Windows color (decimal): -16704420 or 6036481. OLE color: 6036481.

HSL color Cylindrical-coordinate representation of color #011C5C: hue angle of 222.2º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C5C is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 28 92 -
CMYK 0.99 0.70 0 0.64
HSL 222.2º 0.98% 0.18% -
HSV(B) 222.2º 0.99% 0.36% -
XYZ 2.36 1.61 10.31 -
YUV 27.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 1 28 92 0.99 0.70 0 0.64 222.2 0.98 0.18
Hex 1 1C 5C 63 46 0 40 DE 62 12
Octal 1 34 134 143 106 0 100 336 142 22
Binary 1 11100 1011100 1100011 1000110 0 1000000 11011110 1100010 10010

Color Harmonies of #011C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C5C

Black with #011C5C

Text Example


Text Example

White with #011C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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