Html Css Color HEX #001944 Sapphire

📋 copy color: '#001944'

red 0 ◦ green 25 ◦ blue 68

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

Shades of Sapphire #001944

Tints of Sapphire #001944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

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

R = 0%
G = 26.88%
B = 73.12%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001944 (or 0x001944) is known color: Sapphire. HEX triplet: 00, 19 and 44. RGB value is (0,25,68). Sum of RGB (Red+Green+Blue) = 0+25+68=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 25 (10.16% from 255 or 26.88% 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 #001944 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001944 is #FFE6BB. Grayscale: #161616. Windows color (decimal): -16770748 or 4462848. OLE color: 4462848.

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

Color convert

RGB 0 25 68 -
CMYK 1 0.63 0 0.73
HSL 217.94º 1% 0.13% -
HSV(B) 217.94º 1% 0.27% -
XYZ 1.39 1.11 5.61 -
YUV 22.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 0 25 68 1 0.63 0 0.73 217.94 1 0.13
Hex 0 19 44 64 3F 0 49 DA 64 D
Octal 0 31 104 144 77 0 111 332 144 15
Binary 0 11001 1000100 1100100 111111 0 1001001 11011010 1100100 1101

Color Harmonies of #001944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001944

Black with #001944

Text Example


Text Example

White with #001944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001944; }

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

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

background-color css

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

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

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

border-color css

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

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

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