Html Css Color HEX #001A48 Sapphire

📋 copy color: '#001A48'

red 0 ◦ green 26 ◦ blue 72

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

Shades of Sapphire #001A48

Tints of Sapphire #001A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 73.47%

R = 0%
G = 26.53%
B = 73.47%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001A48 (or 0x001A48) is known color: Sapphire. HEX triplet: 00, 1A and 48. RGB value is (0,26,72). Sum of RGB (Red+Green+Blue) = 0+26+72=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #001A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A48 is #FFE5B7. Grayscale: #171717. Windows color (decimal): -16770488 or 4725248. OLE color: 4725248.

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

Color convert

RGB 0 26 72 -
CMYK 1 0.64 0 0.72
HSL 218.33º 1% 0.14% -
HSV(B) 218.33º 1% 0.28% -
XYZ 1.54 1.21 6.28 -
YUV 23.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 0 26 72 1 0.64 0 0.72 218.33 1 0.14
Hex 0 1A 48 64 40 0 48 DA 64 E
Octal 0 32 110 144 100 0 110 332 144 16
Binary 0 11010 1001000 1100100 1000000 0 1001000 11011010 1100100 1110

Color Harmonies of #001A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A48

Black with #001A48

Text Example


Text Example

White with #001A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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