Html Css Color HEX #003076 Prussian Blue

📋 copy color: '#003076'

red 0 ◦ green 48 ◦ blue 118

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

Shades of Prussian Blue #003076

Tints of Prussian Blue #003076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 71.08%

R = 0%
G = 28.92%
B = 71.08%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003076 (or 0x003076) is known color: Prussian Blue. HEX triplet: 00, 30 and 76. RGB value is (0,48,118). Sum of RGB (Red+Green+Blue) = 0+48+118=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #003076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003076 is #FFCF89. Grayscale: #292929. Windows color (decimal): -16764810 or 7745536. OLE color: 7745536.

HSL color Cylindrical-coordinate representation of color #003076: hue angle of 215.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003076 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 48 118 -
CMYK 1 0.59 0 0.54
HSL 215.59º 1% 0.23% -
HSV(B) 215.59º 1% 0.46% -
XYZ 4.33 3.42 17.57 -
YUV 41.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 0 48 118 1 0.59 0 0.54 215.59 1 0.23
Hex 0 30 76 64 3B 0 36 D8 64 17
Octal 0 60 166 144 73 0 66 330 144 27
Binary 0 110000 1110110 1100100 111011 0 110110 11011000 1100100 10111

Color Harmonies of #003076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003076

Black with #003076

Text Example


Text Example

White with #003076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003076; }

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

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

background-color css

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

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

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

border-color css

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

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

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