Html Css Color HEX #002F76 Prussian Blue

📋 copy color: '#002F76'

red 0 ◦ green 47 ◦ blue 118

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

Shades of Prussian Blue #002F76

Tints of Prussian Blue #002F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 71.52%

R = 0%
G = 28.48%
B = 71.52%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#002F76 (or 0x002F76) is known color: Prussian Blue. HEX triplet: 00, 2F and 76. RGB value is (0,47,118). Sum of RGB (Red+Green+Blue) = 0+47+118=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #002F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F76 is #FFD089. Grayscale: #282828. Windows color (decimal): -16765066 or 7745280. OLE color: 7745280.

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

Color convert

RGB 0 47 118 -
CMYK 1 0.60 0 0.54
HSL 216.1º 1% 0.23% -
HSV(B) 216.1º 1% 0.46% -
XYZ 4.29 3.34 17.56 -
YUV 41.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 0 47 118 1 0.60 0 0.54 216.1 1 0.23
Hex 0 2F 76 64 3C 0 36 D8 64 17
Octal 0 57 166 144 74 0 66 330 144 27
Binary 0 101111 1110110 1100100 111100 0 110110 11011000 1100100 10111

Color Harmonies of #002F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F76

Black with #002F76

Text Example


Text Example

White with #002F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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