Html Css Color HEX #011650 Sapphire

📋 copy color: '#011650'

red 1 ◦ green 22 ◦ blue 80

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

Shades of Sapphire #011650

Tints of Sapphire #011650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 77.67%

R = 0.97%
G = 21.36%
B = 77.67%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011650 (or 0x011650) is known color: Sapphire. HEX triplet: 01, 16 and 50. RGB value is (1,22,80). Sum of RGB (Red+Green+Blue) = 1+22+80=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #011650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011650 is #FEE9AF. Grayscale: #161616. Windows color (decimal): -16705968 or 5248513. OLE color: 5248513.

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

Color convert

RGB 1 22 80 -
CMYK 0.99 0.72 0 0.69
HSL 224.05º 0.98% 0.16% -
HSV(B) 224.05º 0.99% 0.31% -
XYZ 1.75 1.16 7.72 -
YUV 22.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 1 22 80 0.99 0.72 0 0.69 224.05 0.98 0.16
Hex 1 16 50 63 48 0 45 E0 62 10
Octal 1 26 120 143 110 0 105 340 142 20
Binary 1 10110 1010000 1100011 1001000 0 1000101 11100000 1100010 10000

Color Harmonies of #011650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011650

Black with #011650

Text Example


Text Example

White with #011650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011650; }

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

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

background-color css

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

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

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

border-color css

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

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

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