Html Css Color HEX #003054 Prussian Blue

📋 copy color: '#003054'

red 0 ◦ green 48 ◦ blue 84

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

Shades of Prussian Blue #003054

Tints of Prussian Blue #003054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.36%

 BLUE value IS 84 (33.2% from 255) = 63.64%

R = 0%
G = 36.36%
B = 63.64%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003054 (or 0x003054) is known color: Prussian Blue. HEX triplet: 00, 30 and 54. RGB value is (0,48,84). Sum of RGB (Red+Green+Blue) = 0+48+84=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #003054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003054 is #FFCFAB. Grayscale: #252525. Windows color (decimal): -16764844 or 5517312. OLE color: 5517312.

HSL color Cylindrical-coordinate representation of color #003054: hue angle of 205.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003054 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 48 84 -
CMYK 1 0.43 0 0.67
HSL 205.71º 1% 0.16% -
HSV(B) 205.71º 1% 0.33% -
XYZ 2.66 2.75 8.78 -
YUV 37.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 0 48 84 1 0.43 0 0.67 205.71 1 0.16
Hex 0 30 54 64 2B 0 43 CE 64 10
Octal 0 60 124 144 53 0 103 316 144 20
Binary 0 110000 1010100 1100100 101011 0 1000011 11001110 1100100 10000

Color Harmonies of #003054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003054

Black with #003054

Text Example


Text Example

White with #003054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003054; }

 p { color: rgb(0,48,84); }

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

background-color css

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

 a { background-color: rgb(0,48,84); }

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

border-color css

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

 span { border-color: rgb(0,48,84); }

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