Html Css Color HEX #002F72 Prussian Blue

📋 copy color: '#002F72'

red 0 ◦ green 47 ◦ blue 114

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

Shades of Prussian Blue #002F72

Tints of Prussian Blue #002F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 70.81%

R = 0%
G = 29.19%
B = 70.81%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002F72 (or 0x002F72) is known color: Prussian Blue. HEX triplet: 00, 2F and 72. RGB value is (0,47,114). Sum of RGB (Red+Green+Blue) = 0+47+114=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #002F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F72 is #FFD08D. Grayscale: #282828. Windows color (decimal): -16765070 or 7483136. OLE color: 7483136.

HSL color Cylindrical-coordinate representation of color #002F72: hue angle of 215.26º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F72 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 47 114 -
CMYK 1 0.59 0 0.55
HSL 215.26º 1% 0.22% -
HSV(B) 215.26º 1% 0.45% -
XYZ 4.05 3.25 16.33 -
YUV 40.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 0 47 114 1 0.59 0 0.55 215.26 1 0.22
Hex 0 2F 72 64 3B 0 37 D7 64 16
Octal 0 57 162 144 73 0 67 327 144 26
Binary 0 101111 1110010 1100100 111011 0 110111 11010111 1100100 10110

Color Harmonies of #002F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F72

Black with #002F72

Text Example


Text Example

White with #002F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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