Html Css Color HEX #011654 Sapphire

📋 copy color: '#011654'

red 1 ◦ green 22 ◦ blue 84

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

Shades of Sapphire #011654

Tints of Sapphire #011654

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.56%

 BLUE value IS 84 (33.2% from 255) = 78.5%

R = 0.93%
G = 20.56%
B = 78.5%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011654 (or 0x011654) is known color: Sapphire. HEX triplet: 01, 16 and 54. RGB value is (1,22,84). Sum of RGB (Red+Green+Blue) = 1+22+84=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 84 (33.20% from 255 or 78.50% from 107); Max value from RGB is 84 - color contains mainly: blue. Hex color #011654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011654 is #FEE9AB. Grayscale: #161616. Windows color (decimal): -16705964 or 5510657. OLE color: 5510657.

HSL color Cylindrical-coordinate representation of color #011654: hue angle of 224.82º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011654 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 22 84 -
CMYK 0.99 0.74 0 0.67
HSL 224.82º 0.98% 0.17% -
HSV(B) 224.82º 0.99% 0.33% -
XYZ 1.9 1.22 8.52 -
YUV 22.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 1 22 84 0.99 0.74 0 0.67 224.82 0.98 0.17
Hex 1 16 54 63 4A 0 43 E1 62 11
Octal 1 26 124 143 112 0 103 341 142 21
Binary 1 10110 1010100 1100011 1001010 0 1000011 11100001 1100010 10001

Color Harmonies of #011654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011654

Black with #011654

Text Example


Text Example

White with #011654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011654; }

 p { color: rgb(1,22,84); }

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

background-color css

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

 a { background-color: rgb(1,22,84); }

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

border-color css

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

 span { border-color: rgb(1,22,84); }

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