Html Css Color HEX #002F52 Prussian Blue

📋 copy color: '#002F52'

red 0 ◦ green 47 ◦ blue 82

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

Shades of Prussian Blue #002F52

Tints of Prussian Blue #002F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 63.57%

R = 0%
G = 36.43%
B = 63.57%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002F52 (or 0x002F52) is known color: Prussian Blue. HEX triplet: 00, 2F and 52. RGB value is (0,47,82). Sum of RGB (Red+Green+Blue) = 0+47+82=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #002F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F52 is #FFD0AD. Grayscale: #242424. Windows color (decimal): -16765102 or 5385984. OLE color: 5385984.

HSL color Cylindrical-coordinate representation of color #002F52: hue angle of 205.61º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F52 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 47 82 -
CMYK 1 0.43 0 0.68
HSL 205.61º 1% 0.16% -
HSV(B) 205.61º 1% 0.32% -
XYZ 2.54 2.64 8.36 -
YUV 36.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 0 47 82 1 0.43 0 0.68 205.61 1 0.16
Hex 0 2F 52 64 2B 0 44 CE 64 10
Octal 0 57 122 144 53 0 104 316 144 20
Binary 0 101111 1010010 1100100 101011 0 1000100 11001110 1100100 10000

Color Harmonies of #002F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F52

Black with #002F52

Text Example


Text Example

White with #002F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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