Html Css Color HEX #000548 Sapphire

📋 copy color: '#000548'

red 0 ◦ green 5 ◦ blue 72

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

Shades of Sapphire #000548

Tints of Sapphire #000548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

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

R = 0%
G = 6.49%
B = 93.51%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#000548 (or 0x000548) is known color: Sapphire. HEX triplet: 00, 05 and 48. RGB value is (0,5,72). Sum of RGB (Red+Green+Blue) = 0+5+72=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 72 (28.52% from 255 or 93.51% from 77); Max value from RGB is 72 - color contains mainly: blue. Hex color #000548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000548 is #FFFAB7. Grayscale: #0A0A0A. Windows color (decimal): -16775864 or 4719872. OLE color: 4719872.

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

Color convert

RGB 0 5 72 -
CMYK 1 0.93 0 0.72
HSL 235.83º 1% 0.14% -
HSV(B) 235.83º 1% 0.28% -
XYZ 1.22 0.58 6.18 -
YUV 11.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 0 5 72 1 0.93 0 0.72 235.83 1 0.14
Hex 0 5 48 64 5D 0 48 EC 64 E
Octal 0 5 110 144 135 0 110 354 144 16
Binary 0 101 1001000 1100100 1011101 0 1001000 11101100 1100100 1110

Color Harmonies of #000548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000548

Black with #000548

Text Example


Text Example

White with #000548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000548; }

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

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

background-color css

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

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

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

border-color css

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

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

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