Html Css Color HEX #011652 Sapphire

📋 copy color: '#011652'

red 1 ◦ green 22 ◦ blue 82

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

Shades of Sapphire #011652

Tints of Sapphire #011652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 78.1%

R = 0.95%
G = 20.95%
B = 78.1%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011652 (or 0x011652) is known color: Sapphire. HEX triplet: 01, 16 and 52. RGB value is (1,22,82). Sum of RGB (Red+Green+Blue) = 1+22+82=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #011652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011652 is #FEE9AD. Grayscale: #161616. Windows color (decimal): -16705966 or 5379585. OLE color: 5379585.

HSL color Cylindrical-coordinate representation of color #011652: hue angle of 224.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011652 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 22 82 -
CMYK 0.99 0.73 0 0.68
HSL 224.44º 0.98% 0.16% -
HSV(B) 224.44º 0.99% 0.32% -
XYZ 1.82 1.19 8.12 -
YUV 22.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 1 22 82 0.99 0.73 0 0.68 224.44 0.98 0.16
Hex 1 16 52 63 49 0 44 E0 62 10
Octal 1 26 122 143 111 0 104 340 142 20
Binary 1 10110 1010010 1100011 1001001 0 1000100 11100000 1100010 10000

Color Harmonies of #011652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011652

Black with #011652

Text Example


Text Example

White with #011652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011652; }

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

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

background-color css

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

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

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

border-color css

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

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

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