#002F5C

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

Shades of Prussian Blue #002F5C

Tints of Prussian Blue #002F5C

Color information

#002F5C (or 0x002F5C) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 5C. RGB value is (0,47,92). Sum of RGB (Red+Green+Blue) = 0+47+92=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #002F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F5C is #FFD0A3. Grayscale: #252525. Windows color (decimal): -16765092 or 6041344. OLE color: 6041344.

HSL color Cylindrical-coordinate representation of color #002F5C: hue angle of 209.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F5C is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB04792-
CMYK10.4900.64
HSL209.35º100%18.04%-
HSV(B)209.35º100%36.08%-
XYZ2.952.8110.51-
YUV38.08158.43100.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=0%
G=33.81%
B=66.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0479210.4900.64209.3510018.04
Hex02F5C6431040d16412
Octal05713414461010032114422
Binary0101111101110011001001100010100000011010001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002F5C; }

 p { color: rgb(0,47,92); }

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

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

 a { background-color: rgb(0,47,92); }

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

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

 span { border-color: rgb(0,47,92); }

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