Html Css Color HEX #001744 Sapphire

📋 copy color: '#001744'

red 0 ◦ green 23 ◦ blue 68

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

Shades of Sapphire #001744

Tints of Sapphire #001744

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 23 (9.38% from 255) = 25.27%

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

R = 0%
G = 25.27%
B = 74.73%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001744 (or 0x001744) is known color: Sapphire. HEX triplet: 00, 17 and 44. RGB value is (0,23,68). Sum of RGB (Red+Green+Blue) = 0+23+68=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #001744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001744 is #FFE8BB. Grayscale: #151515. Windows color (decimal): -16771260 or 4462336. OLE color: 4462336.

HSL color Cylindrical-coordinate representation of color #001744: hue angle of 219.71º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001744 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 23 68 -
CMYK 1 0.66 0 0.73
HSL 219.71º 1% 0.13% -
HSV(B) 219.71º 1% 0.27% -
XYZ 1.35 1.03 5.6 -
YUV 21.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 0 23 68 1 0.66 0 0.73 219.71 1 0.13
Hex 0 17 44 64 42 0 49 DC 64 D
Octal 0 27 104 144 102 0 111 334 144 15
Binary 0 10111 1000100 1100100 1000010 0 1001001 11011100 1100100 1101

Color Harmonies of #001744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001744

Black with #001744

Text Example


Text Example

White with #001744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001744; }

 p { color: rgb(0,23,68); }

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

background-color css

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

 a { background-color: rgb(0,23,68); }

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

border-color css

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

 span { border-color: rgb(0,23,68); }

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