Html Css Color HEX #002F4B Prussian Blue

📋 copy color: '#002F4B'

red 0 ◦ green 47 ◦ blue 75

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

Shades of Prussian Blue #002F4B

Tints of Prussian Blue #002F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 61.48%

R = 0%
G = 38.52%
B = 61.48%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002F4B (or 0x002F4B) is known color: Prussian Blue. HEX triplet: 00, 2F and 4B. RGB value is (0,47,75). Sum of RGB (Red+Green+Blue) = 0+47+75=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #002F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F4B is #FFD0B4. Grayscale: #232323. Windows color (decimal): -16765109 or 4927232. OLE color: 4927232.

HSL color Cylindrical-coordinate representation of color #002F4B: hue angle of 202.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F4B is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 47 75 -
CMYK 1 0.37 0 0.71
HSL 202.4º 1% 0.15% -
HSV(B) 202.4º 1% 0.29% -
XYZ 2.29 2.54 7.03 -
YUV 36.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 0 47 75 1 0.37 0 0.71 202.4 1 0.15
Hex 0 2F 4B 64 25 0 47 CA 64 F
Octal 0 57 113 144 45 0 107 312 144 17
Binary 0 101111 1001011 1100100 100101 0 1000111 11001010 1100100 1111

Color Harmonies of #002F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F4B

Black with #002F4B

Text Example


Text Example

White with #002F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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