Html Css Color HEX #002F59 Prussian Blue

📋 copy color: '#002F59'

red 0 ◦ green 47 ◦ blue 89

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

Shades of Prussian Blue #002F59

Tints of Prussian Blue #002F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 65.44%

R = 0%
G = 34.56%
B = 65.44%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#002F59 (or 0x002F59) is known color: Prussian Blue. HEX triplet: 00, 2F and 59. RGB value is (0,47,89). Sum of RGB (Red+Green+Blue) = 0+47+89=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #002F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F59 is #FFD0A6. Grayscale: #252525. Windows color (decimal): -16765095 or 5844736. OLE color: 5844736.

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

Color convert

RGB 0 47 89 -
CMYK 1 0.47 0 0.65
HSL 208.31º 1% 0.17% -
HSV(B) 208.31º 1% 0.35% -
XYZ 2.82 2.75 9.83 -
YUV 37.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 0 47 89 1 0.47 0 0.65 208.31 1 0.17
Hex 0 2F 59 64 2F 0 41 D0 64 11
Octal 0 57 131 144 57 0 101 320 144 21
Binary 0 101111 1011001 1100100 101111 0 1000001 11010000 1100100 10001

Color Harmonies of #002F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F59

Black with #002F59

Text Example


Text Example

White with #002F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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