#04264B

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

Shades of Prussian Blue #04264B

Tints of Prussian Blue #04264B

Color information

#04264B (or 0x04264B) is unknown color: approx Prussian Blue. HEX triplet: 04, 26 and 4B. RGB value is (4,38,75). Sum of RGB (Red+Green+Blue) = 4+38+75=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #04264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04264B is #FBD9B4. Grayscale: #1F1F1F. Windows color (decimal): -16505269 or 4924932. OLE color: 4924932.

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

Color convert

RGB43875-
CMYK0.950.4900.71
HSL211.27º89.87%15.49%-
HSV(B)211.27º94.67%29.41%-
XYZ2.011.926.92-
YUV32.05152.24107.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 75 (29.69% from 255) = 64.10%
R=3.42%
G=32.48%
B=64.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal438750.950.4900.71211.2789.8715.49
Hex4264B5F31047d35af
Octal44611313761010732313217
Binary10010011010010111011111110001010001111101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,38,75); }

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

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

 a { background-color: rgb(4,38,75); }

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

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

 span { border-color: rgb(4,38,75); }

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