Html Css Color HEX #011467 Sapphire

📋 copy color: '#011467'

red 1 ◦ green 20 ◦ blue 103

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

Shades of Sapphire #011467

Tints of Sapphire #011467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.13%

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

R = 0.81%
G = 16.13%
B = 83.06%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011467 (or 0x011467) is known color: Sapphire. HEX triplet: 01, 14 and 67. RGB value is (1,20,103). Sum of RGB (Red+Green+Blue) = 1+20+103=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 103 (40.62% from 255 or 83.06% from 124); Max value from RGB is 103 - color contains mainly: blue. Hex color #011467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011467 is #FEEB98. Grayscale: #171717. Windows color (decimal): -16706457 or 6755329. OLE color: 6755329.

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

Color convert

RGB 1 20 103 -
CMYK 0.99 0.81 0 0.60
HSL 228.82º 0.98% 0.2% -
HSV(B) 228.82º 0.99% 0.4% -
XYZ 2.71 1.49 12.98 -
YUV 23.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 1 20 103 0.99 0.81 0 0.60 228.82 0.98 0.2
Hex 1 14 67 63 51 0 3C E5 62 14
Octal 1 24 147 143 121 0 74 345 142 24
Binary 1 10100 1100111 1100011 1010001 0 111100 11100101 1100010 10100

Color Harmonies of #011467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011467

Black with #011467

Text Example


Text Example

White with #011467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011467; }

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

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

background-color css

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

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

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

border-color css

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

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

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