Html Css Color HEX #002D71 Prussian Blue

📋 copy color: '#002D71'

red 0 ◦ green 45 ◦ blue 113

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

Shades of Prussian Blue #002D71

Tints of Prussian Blue #002D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 113 (44.53% 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.56

RGB Variations

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

Color information

#002D71 (or 0x002D71) is known color: Prussian Blue. HEX triplet: 00, 2D and 71. RGB value is (0,45,113). Sum of RGB (Red+Green+Blue) = 0+45+113=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #002D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D71 is #FFD28E. Grayscale: #262626. Windows color (decimal): -16765583 or 7417088. OLE color: 7417088.

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

Color convert

RGB 0 45 113 -
CMYK 1 0.60 0 0.56
HSL 216.11º 1% 0.22% -
HSV(B) 216.11º 1% 0.44% -
XYZ 3.92 3.07 16.01 -
YUV 39.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 0 45 113 1 0.60 0 0.56 216.11 1 0.22
Hex 0 2D 71 64 3C 0 38 D8 64 16
Octal 0 55 161 144 74 0 70 330 144 26
Binary 0 101101 1110001 1100100 111100 0 111000 11011000 1100100 10110

Color Harmonies of #002D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D71

Black with #002D71

Text Example


Text Example

White with #002D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,45,113); }

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

background-color css

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

 a { background-color: rgb(0,45,113); }

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

border-color css

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

 span { border-color: rgb(0,45,113); }

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