#003072

Color #003072 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #003072

Tints of Prussian Blue #003072

Color information

#003072 (or 0x003072) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 72. RGB value is (0,48,114). Sum of RGB (Red+Green+Blue) = 0+48+114=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #003072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003072 is #FFCF8D. Grayscale: #282828. Windows color (decimal): -16764814 or 7483392. OLE color: 7483392.

HSL color Cylindrical-coordinate representation of color #003072: hue angle of 214.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003072 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB048114-
CMYK10.5800.55
HSL214.74º100%22.35%-
HSV(B)214.74º100%44.71%-
XYZ4.093.3316.35-
YUV41.17169.198.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=0%
G=29.63%
B=70.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal04811410.5800.55214.7410022.35
Hex03072643A037d76416
Octal0601621447206732714426
Binary011000011100101100100111010011011111010111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003072; }

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

 H1.HeaderClassName
 {
   color: #003072;
 }
 .AnyTagClassName
 {
   color: #003072;
 }
</style>
background-color css

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

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

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

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

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

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