Html Css Color HEX #011C68 Sapphire

📋 copy color: '#011C68'

red 1 ◦ green 28 ◦ blue 104

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

Shades of Sapphire #011C68

Tints of Sapphire #011C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 78.2%

R = 0.75%
G = 21.05%
B = 78.2%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011C68 (or 0x011C68) is known color: Sapphire. HEX triplet: 01, 1C and 68. RGB value is (1,28,104). Sum of RGB (Red+Green+Blue) = 1+28+104=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #011C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C68 is #FEE397. Grayscale: #1C1C1C. Windows color (decimal): -16704408 or 6822913. OLE color: 6822913.

HSL color Cylindrical-coordinate representation of color #011C68: hue angle of 224.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C68 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 28 104 -
CMYK 0.99 0.73 0 0.59
HSL 224.27º 0.98% 0.21% -
HSV(B) 224.27º 0.99% 0.41% -
XYZ 2.93 1.84 13.3 -
YUV 28.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 1 28 104 0.99 0.73 0 0.59 224.27 0.98 0.21
Hex 1 1C 68 63 49 0 3B E0 62 15
Octal 1 34 150 143 111 0 73 340 142 25
Binary 1 11100 1101000 1100011 1001001 0 111011 11100000 1100010 10101

Color Harmonies of #011C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C68

Black with #011C68

Text Example


Text Example

White with #011C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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