Html Css Color HEX #001A46 Sapphire

📋 copy color: '#001A46'

red 0 ◦ green 26 ◦ blue 70

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

Shades of Sapphire #001A46

Tints of Sapphire #001A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 72.92%

R = 0%
G = 27.08%
B = 72.92%

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

#001A46 (or 0x001A46) is known color: Sapphire. HEX triplet: 00, 1A and 46. RGB value is (0,26,70). Sum of RGB (Red+Green+Blue) = 0+26+70=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #001A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A46 is #FFE5B9. Grayscale: #171717. Windows color (decimal): -16770490 or 4594176. OLE color: 4594176.

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

Color convert

RGB 0 26 70 -
CMYK 1 0.63 0 0.73
HSL 217.71º 1% 0.14% -
HSV(B) 217.71º 1% 0.27% -
XYZ 1.47 1.18 5.94 -
YUV 23.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 0 26 70 1 0.63 0 0.73 217.71 1 0.14
Hex 0 1A 46 64 3F 0 49 DA 64 E
Octal 0 32 106 144 77 0 111 332 144 16
Binary 0 11010 1000110 1100100 111111 0 1001001 11011010 1100100 1110

Color Harmonies of #001A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A46

Black with #001A46

Text Example


Text Example

White with #001A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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