Html Css Color HEX #011653 Sapphire

📋 copy color: '#011653'

red 1 ◦ green 22 ◦ blue 83

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

Shades of Sapphire #011653

Tints of Sapphire #011653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 78.3%

R = 0.94%
G = 20.75%
B = 78.3%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011653 (or 0x011653) is known color: Sapphire. HEX triplet: 01, 16 and 53. RGB value is (1,22,83). Sum of RGB (Red+Green+Blue) = 1+22+83=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #011653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011653 is #FEE9AC. Grayscale: #161616. Windows color (decimal): -16705965 or 5445121. OLE color: 5445121.

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

Color convert

RGB 1 22 83 -
CMYK 0.99 0.73 0 0.67
HSL 224.63º 0.98% 0.16% -
HSV(B) 224.63º 0.99% 0.33% -
XYZ 1.86 1.2 8.32 -
YUV 22.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 1 22 83 0.99 0.73 0 0.67 224.63 0.98 0.16
Hex 1 16 53 63 49 0 43 E1 62 10
Octal 1 26 123 143 111 0 103 341 142 20
Binary 1 10110 1010011 1100011 1001001 0 1000011 11100001 1100010 10000

Color Harmonies of #011653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011653

Black with #011653

Text Example


Text Example

White with #011653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011653; }

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

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

background-color css

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

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

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

border-color css

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

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

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