Html Css Color HEX #011E67 Sapphire

📋 copy color: '#011E67'

red 1 ◦ green 30 ◦ blue 103

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

Shades of Sapphire #011E67

Tints of Sapphire #011E67

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.39%

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

R = 0.75%
G = 22.39%
B = 76.87%

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

#011E67 (or 0x011E67) is known color: Sapphire. HEX triplet: 01, 1E and 67. RGB value is (1,30,103). Sum of RGB (Red+Green+Blue) = 1+30+103=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #011E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E67 is #FEE198. Grayscale: #1D1D1D. Windows color (decimal): -16703897 or 6757889. OLE color: 6757889.

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

Color convert

RGB 1 30 103 -
CMYK 0.99 0.71 0 0.60
HSL 222.94º 0.98% 0.2% -
HSV(B) 222.94º 0.99% 0.4% -
XYZ 2.92 1.91 13.05 -
YUV 29.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 1 30 103 0.99 0.71 0 0.60 222.94 0.98 0.2
Hex 1 1E 67 63 47 0 3C DF 62 14
Octal 1 36 147 143 107 0 74 337 142 24
Binary 1 11110 1100111 1100011 1000111 0 111100 11011111 1100010 10100

Color Harmonies of #011E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E67

Black with #011E67

Text Example


Text Example

White with #011E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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