Html Css Color HEX #002F57 Prussian Blue

📋 copy color: '#002F57'

red 0 ◦ green 47 ◦ blue 87

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

Shades of Prussian Blue #002F57

Tints of Prussian Blue #002F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 64.93%

R = 0%
G = 35.07%
B = 64.93%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#002F57 (or 0x002F57) is known color: Prussian Blue. HEX triplet: 00, 2F and 57. RGB value is (0,47,87). Sum of RGB (Red+Green+Blue) = 0+47+87=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #002F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F57 is #FFD0A8. Grayscale: #252525. Windows color (decimal): -16765097 or 5713664. OLE color: 5713664.

HSL color Cylindrical-coordinate representation of color #002F57: hue angle of 207.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F57 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 47 87 -
CMYK 1 0.46 0 0.66
HSL 207.59º 1% 0.17% -
HSV(B) 207.59º 1% 0.34% -
XYZ 2.74 2.72 9.4 -
YUV 37.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 0 47 87 1 0.46 0 0.66 207.59 1 0.17
Hex 0 2F 57 64 2E 0 42 D0 64 11
Octal 0 57 127 144 56 0 102 320 144 21
Binary 0 101111 1010111 1100100 101110 0 1000010 11010000 1100100 10001

Color Harmonies of #002F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F57

Black with #002F57

Text Example


Text Example

White with #002F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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