Html Css Color HEX #002D70 Prussian Blue

📋 copy color: '#002D70'

red 0 ◦ green 45 ◦ blue 112

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

Shades of Prussian Blue #002D70

Tints of Prussian Blue #002D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.34%

R = 0%
G = 28.66%
B = 71.34%

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

#002D70 (or 0x002D70) is known color: Prussian Blue. HEX triplet: 00, 2D and 70. RGB value is (0,45,112). Sum of RGB (Red+Green+Blue) = 0+45+112=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #002D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D70 is #FFD28F. Grayscale: #262626. Windows color (decimal): -16765584 or 7351552. OLE color: 7351552.

HSL color Cylindrical-coordinate representation of color #002D70: hue angle of 215.89º 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 #002D70 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 45 112 -
CMYK 1 0.60 0 0.56
HSL 215.89º 1% 0.22% -
HSV(B) 215.89º 1% 0.44% -
XYZ 3.86 3.05 15.71 -
YUV 39.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 0 45 112 1 0.60 0 0.56 215.89 1 0.22
Hex 0 2D 70 64 3C 0 38 D8 64 16
Octal 0 55 160 144 74 0 70 330 144 26
Binary 0 101101 1110000 1100100 111100 0 111000 11011000 1100100 10110

Color Harmonies of #002D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D70

Black with #002D70

Text Example


Text Example

White with #002D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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