Html Css Color HEX #011645 Sapphire

📋 copy color: '#011645'

red 1 ◦ green 22 ◦ blue 69

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

Shades of Sapphire #011645

Tints of Sapphire #011645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 75%

R = 1.09%
G = 23.91%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011645 (or 0x011645) is known color: Sapphire. HEX triplet: 01, 16 and 45. RGB value is (1,22,69). Sum of RGB (Red+Green+Blue) = 1+22+69=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #011645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011645 is #FEE9BA. Grayscale: #141414. Windows color (decimal): -16705979 or 4527617. OLE color: 4527617.

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

Color convert

RGB 1 22 69 -
CMYK 0.99 0.68 0 0.73
HSL 221.47º 0.97% 0.14% -
HSV(B) 221.47º 0.99% 0.27% -
XYZ 1.37 1.01 5.75 -
YUV 21.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 1 22 69 0.99 0.68 0 0.73 221.47 0.97 0.14
Hex 1 16 45 63 44 0 49 DD 61 E
Octal 1 26 105 143 104 0 111 335 141 16
Binary 1 10110 1000101 1100011 1000100 0 1001001 11011101 1100001 1110

Color Harmonies of #011645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011645

Black with #011645

Text Example


Text Example

White with #011645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011645; }

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

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

background-color css

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

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

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

border-color css

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

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

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