Html Css Color HEX #001548 Sapphire

📋 copy color: '#001548'

red 0 ◦ green 21 ◦ blue 72

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

Shades of Sapphire #001548

Tints of Sapphire #001548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 0%
G = 22.58%
B = 77.42%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001548 (or 0x001548) is known color: Sapphire. HEX triplet: 00, 15 and 48. RGB value is (0,21,72). Sum of RGB (Red+Green+Blue) = 0+21+72=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #001548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001548 is #FFEAB7. Grayscale: #141414. Windows color (decimal): -16771768 or 4723968. OLE color: 4723968.

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

Color convert

RGB 0 21 72 -
CMYK 1 0.71 0 0.72
HSL 222.5º 1% 0.14% -
HSV(B) 222.5º 1% 0.28% -
XYZ 1.44 1 6.25 -
YUV 20.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 0 21 72 1 0.71 0 0.72 222.5 1 0.14
Hex 0 15 48 64 47 0 48 DE 64 E
Octal 0 25 110 144 107 0 110 336 144 16
Binary 0 10101 1001000 1100100 1000111 0 1001000 11011110 1100100 1110

Color Harmonies of #001548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001548

Black with #001548

Text Example


Text Example

White with #001548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001548; }

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

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

background-color css

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

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

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

border-color css

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

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

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