Html Css Color HEX #002D74 Prussian Blue

📋 copy color: '#002D74'

red 0 ◦ green 45 ◦ blue 116

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

Shades of Prussian Blue #002D74

Tints of Prussian Blue #002D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.05%

R = 0%
G = 27.95%
B = 72.05%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002D74 (or 0x002D74) is known color: Prussian Blue. HEX triplet: 00, 2D and 74. RGB value is (0,45,116). Sum of RGB (Red+Green+Blue) = 0+45+116=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #002D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D74 is #FFD28B. Grayscale: #272727. Windows color (decimal): -16765580 or 7613696. OLE color: 7613696.

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

Color convert

RGB 0 45 116 -
CMYK 1 0.61 0 0.55
HSL 216.72º 1% 0.23% -
HSV(B) 216.72º 1% 0.45% -
XYZ 4.09 3.14 16.91 -
YUV 39.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 0 45 116 1 0.61 0 0.55 216.72 1 0.23
Hex 0 2D 74 64 3D 0 37 D9 64 17
Octal 0 55 164 144 75 0 67 331 144 27
Binary 0 101101 1110100 1100100 111101 0 110111 11011001 1100100 10111

Color Harmonies of #002D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D74

Black with #002D74

Text Example


Text Example

White with #002D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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