Html Css Color HEX #002F63 Prussian Blue

📋 copy color: '#002F63'

red 0 ◦ green 47 ◦ blue 99

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

Shades of Prussian Blue #002F63

Tints of Prussian Blue #002F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 67.81%

R = 0%
G = 32.19%
B = 67.81%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#002F63 (or 0x002F63) is known color: Prussian Blue. HEX triplet: 00, 2F and 63. RGB value is (0,47,99). Sum of RGB (Red+Green+Blue) = 0+47+99=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #002F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F63 is #FFD09C. Grayscale: #262626. Windows color (decimal): -16765085 or 6500096. OLE color: 6500096.

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

Color convert

RGB 0 47 99 -
CMYK 1 0.53 0 0.61
HSL 211.52º 1% 0.19% -
HSV(B) 211.52º 1% 0.39% -
XYZ 3.27 2.93 12.2 -
YUV 38.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 0 47 99 1 0.53 0 0.61 211.52 1 0.19
Hex 0 2F 63 64 35 0 3D D4 64 13
Octal 0 57 143 144 65 0 75 324 144 23
Binary 0 101111 1100011 1100100 110101 0 111101 11010100 1100100 10011

Color Harmonies of #002F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F63

Black with #002F63

Text Example


Text Example

White with #002F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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