Html Css Color HEX #011844 Sapphire

📋 copy color: '#011844'

red 1 ◦ green 24 ◦ blue 68

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

Shades of Sapphire #011844

Tints of Sapphire #011844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 73.12%

R = 1.08%
G = 25.81%
B = 73.12%

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

#011844 (or 0x011844) is known color: Sapphire. HEX triplet: 01, 18 and 44. RGB value is (1,24,68). Sum of RGB (Red+Green+Blue) = 1+24+68=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 68 (26.95% from 255 or 73.12% from 93); Max value from RGB is 68 - color contains mainly: blue. Hex color #011844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011844 is #FEE7BB. Grayscale: #151515. Windows color (decimal): -16705468 or 4462593. OLE color: 4462593.

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

Color convert

RGB 1 24 68 -
CMYK 0.99 0.65 0 0.73
HSL 219.4º 0.97% 0.14% -
HSV(B) 219.4º 0.99% 0.27% -
XYZ 1.38 1.08 5.6 -
YUV 22.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 1 24 68 0.99 0.65 0 0.73 219.4 0.97 0.14
Hex 1 18 44 63 41 0 49 DB 61 E
Octal 1 30 104 143 101 0 111 333 141 16
Binary 1 11000 1000100 1100011 1000001 0 1001001 11011011 1100001 1110

Color Harmonies of #011844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011844

Black with #011844

Text Example


Text Example

White with #011844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011844; }

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

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

background-color css

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

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

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

border-color css

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

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

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