Html Css Color HEX #011067 Sapphire

📋 copy color: '#011067'

red 1 ◦ green 16 ◦ blue 103

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

Shades of Sapphire #011067

Tints of Sapphire #011067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 0.83%
G = 13.33%
B = 85.83%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011067 (or 0x011067) is known color: Sapphire. HEX triplet: 01, 10 and 67. RGB value is (1,16,103). Sum of RGB (Red+Green+Blue) = 1+16+103=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 103 (40.62% from 255 or 85.83% from 120); Max value from RGB is 103 - color contains mainly: blue. Hex color #011067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011067 is #FEEF98. Grayscale: #151515. Windows color (decimal): -16707481 or 6754305. OLE color: 6754305.

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

Color convert

RGB 1 16 103 -
CMYK 0.99 0.84 0 0.60
HSL 231.18º 0.98% 0.2% -
HSV(B) 231.18º 0.99% 0.4% -
XYZ 2.65 1.36 12.95 -
YUV 21.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 1 16 103 0.99 0.84 0 0.60 231.18 0.98 0.2
Hex 1 10 67 63 54 0 3C E7 62 14
Octal 1 20 147 143 124 0 74 347 142 24
Binary 1 10000 1100111 1100011 1010100 0 111100 11100111 1100010 10100

Color Harmonies of #011067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011067

Black with #011067

Text Example


Text Example

White with #011067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011067; }

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

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

background-color css

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

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

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

border-color css

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

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

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