Html Css Color HEX #011845 Sapphire

📋 copy color: '#011845'

red 1 ◦ green 24 ◦ blue 69

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

Shades of Sapphire #011845

Tints of Sapphire #011845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

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

R = 1.06%
G = 25.53%
B = 73.4%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011845 (or 0x011845) is known color: Sapphire. HEX triplet: 01, 18 and 45. RGB value is (1,24,69). Sum of RGB (Red+Green+Blue) = 1+24+69=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 69 (27.34% from 255 or 73.40% from 94); Max value from RGB is 69 - color contains mainly: blue. Hex color #011845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011845 is #FEE7BA. Grayscale: #161616. Windows color (decimal): -16705467 or 4528129. OLE color: 4528129.

HSL color Cylindrical-coordinate representation of color #011845: hue angle of 219.71º 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 #011845 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 24 69 -
CMYK 0.99 0.65 0 0.73
HSL 219.71º 0.97% 0.14% -
HSV(B) 219.71º 0.99% 0.27% -
XYZ 1.41 1.09 5.77 -
YUV 22.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 1 24 69 0.99 0.65 0 0.73 219.71 0.97 0.14
Hex 1 18 45 63 41 0 49 DC 61 E
Octal 1 30 105 143 101 0 111 334 141 16
Binary 1 11000 1000101 1100011 1000001 0 1001001 11011100 1100001 1110

Color Harmonies of #011845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011845

Black with #011845

Text Example


Text Example

White with #011845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011845; }

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

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

background-color css

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

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

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

border-color css

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

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

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