#00284B

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

Shades of Prussian Blue #00284B

Tints of Prussian Blue #00284B

Color information

#00284B (or 0x00284B) is unknown color: approx Prussian Blue. HEX triplet: 00, 28 and 4B. RGB value is (0,40,75). Sum of RGB (Red+Green+Blue) = 0+40+75=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #00284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00284B is #FFD7B4. Grayscale: #1F1F1F. Windows color (decimal): -16766901 or 4925440. OLE color: 4925440.

HSL color Cylindrical-coordinate representation of color #00284B: hue angle of 208º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00284B is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB04075-
CMYK10.4700.71
HSL208º100%14.71%-
HSV(B)208º100%29.41%-
XYZ2.032.036.94-
YUV32.03152.25105.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=0%
G=34.78%
B=65.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0407510.4700.7120810014.71
Hex0284B642F047d064f
Octal05011314457010732014417
Binary010100010010111100100101111010001111101000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00284B; }

 p { color: rgb(0,40,75); }

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

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

 a { background-color: rgb(0,40,75); }

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

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

 span { border-color: rgb(0,40,75); }

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