Html Css Color HEX #002F70 Prussian Blue

📋 copy color: '#002F70'

red 0 ◦ green 47 ◦ blue 112

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

Shades of Prussian Blue #002F70

Tints of Prussian Blue #002F70

RGB

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

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

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

R = 0%
G = 29.56%
B = 70.44%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002F70 (or 0x002F70) is known color: Prussian Blue. HEX triplet: 00, 2F and 70. RGB value is (0,47,112). Sum of RGB (Red+Green+Blue) = 0+47+112=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #002F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F70 is #FFD08F. Grayscale: #282828. Windows color (decimal): -16765072 or 7352064. OLE color: 7352064.

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

Color convert

RGB 0 47 112 -
CMYK 1 0.58 0 0.56
HSL 214.82º 1% 0.22% -
HSV(B) 214.82º 1% 0.44% -
XYZ 3.94 3.2 15.74 -
YUV 40.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 0 47 112 1 0.58 0 0.56 214.82 1 0.22
Hex 0 2F 70 64 3A 0 38 D7 64 16
Octal 0 57 160 144 72 0 70 327 144 26
Binary 0 101111 1110000 1100100 111010 0 111000 11010111 1100100 10110

Color Harmonies of #002F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F70

Black with #002F70

Text Example


Text Example

White with #002F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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