Html Css Color HEX #011C67 Sapphire

📋 copy color: '#011C67'

red 1 ◦ green 28 ◦ blue 103

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

Shades of Sapphire #011C67

Tints of Sapphire #011C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 78.03%

R = 0.76%
G = 21.21%
B = 78.03%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011C67 (or 0x011C67) is known color: Sapphire. HEX triplet: 01, 1C and 67. RGB value is (1,28,103). Sum of RGB (Red+Green+Blue) = 1+28+103=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 103 (40.62% from 255 or 78.03% from 132); Max value from RGB is 103 - color contains mainly: blue. Hex color #011C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C67 is #FEE398. Grayscale: #1C1C1C. Windows color (decimal): -16704409 or 6757377. OLE color: 6757377.

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

Color convert

RGB 1 28 103 -
CMYK 0.99 0.73 0 0.60
HSL 224.12º 0.98% 0.2% -
HSV(B) 224.12º 0.99% 0.4% -
XYZ 2.88 1.82 13.03 -
YUV 28.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 1 28 103 0.99 0.73 0 0.60 224.12 0.98 0.2
Hex 1 1C 67 63 49 0 3C E0 62 14
Octal 1 34 147 143 111 0 74 340 142 24
Binary 1 11100 1100111 1100011 1001001 0 111100 11100000 1100010 10100

Color Harmonies of #011C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C67

Black with #011C67

Text Example


Text Example

White with #011C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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