Html Css Color HEX #002F51 Prussian Blue

📋 copy color: '#002F51'

red 0 ◦ green 47 ◦ blue 81

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

Shades of Prussian Blue #002F51

Tints of Prussian Blue #002F51

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.72%

 BLUE value IS 81 (32.03% from 255) = 63.28%

R = 0%
G = 36.72%
B = 63.28%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002F51 (or 0x002F51) is known color: Prussian Blue. HEX triplet: 00, 2F and 51. RGB value is (0,47,81). Sum of RGB (Red+Green+Blue) = 0+47+81=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #002F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F51 is #FFD0AE. Grayscale: #242424. Windows color (decimal): -16765103 or 5320448. OLE color: 5320448.

HSL color Cylindrical-coordinate representation of color #002F51: hue angle of 205.19º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F51 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 47 81 -
CMYK 1 0.42 0 0.68
HSL 205.19º 1% 0.16% -
HSV(B) 205.19º 1% 0.32% -
XYZ 2.5 2.63 8.16 -
YUV 36.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 0 47 81 1 0.42 0 0.68 205.19 1 0.16
Hex 0 2F 51 64 2A 0 44 CD 64 10
Octal 0 57 121 144 52 0 104 315 144 20
Binary 0 101111 1010001 1100100 101010 0 1000100 11001101 1100100 10000

Color Harmonies of #002F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F51

Black with #002F51

Text Example


Text Example

White with #002F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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