Html Css Color HEX #001A44 Sapphire

📋 copy color: '#001A44'

red 0 ◦ green 26 ◦ blue 68

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

Shades of Sapphire #001A44

Tints of Sapphire #001A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

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

R = 0%
G = 27.66%
B = 72.34%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001A44 (or 0x001A44) is known color: Sapphire. HEX triplet: 00, 1A and 44. RGB value is (0,26,68). Sum of RGB (Red+Green+Blue) = 0+26+68=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 68 (26.95% from 255 or 72.34% from 94); Max value from RGB is 68 - color contains mainly: blue. Hex color #001A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A44 is #FFE5BB. Grayscale: #161616. Windows color (decimal): -16770492 or 4463104. OLE color: 4463104.

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

Color convert

RGB 0 26 68 -
CMYK 1 0.62 0 0.73
HSL 217.06º 1% 0.13% -
HSV(B) 217.06º 1% 0.27% -
XYZ 1.41 1.16 5.62 -
YUV 23.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 0 26 68 1 0.62 0 0.73 217.06 1 0.13
Hex 0 1A 44 64 3E 0 49 D9 64 D
Octal 0 32 104 144 76 0 111 331 144 15
Binary 0 11010 1000100 1100100 111110 0 1001001 11011001 1100100 1101

Color Harmonies of #001A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A44

Black with #001A44

Text Example


Text Example

White with #001A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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