Html Css Color HEX #002B49 Prussian Blue

📋 copy color: '#002B49'

red 0 ◦ green 43 ◦ blue 73

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

Shades of Prussian Blue #002B49

Tints of Prussian Blue #002B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.07%

 BLUE value IS 73 (28.91% from 255) = 62.93%

R = 0%
G = 37.07%
B = 62.93%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002B49 (or 0x002B49) is known color: Prussian Blue. HEX triplet: 00, 2B and 49. RGB value is (0,43,73). Sum of RGB (Red+Green+Blue) = 0+43+73=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #002B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B49 is #FFD4B6. Grayscale: #212121. Windows color (decimal): -16766135 or 4795136. OLE color: 4795136.

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

Color convert

RGB 0 43 73 -
CMYK 1 0.41 0 0.71
HSL 204.66º 1% 0.14% -
HSV(B) 204.66º 1% 0.29% -
XYZ 2.07 2.21 6.62 -
YUV 33.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 0 43 73 1 0.41 0 0.71 204.66 1 0.14
Hex 0 2B 49 64 29 0 47 CD 64 E
Octal 0 53 111 144 51 0 107 315 144 16
Binary 0 101011 1001001 1100100 101001 0 1000111 11001101 1100100 1110

Color Harmonies of #002B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B49

Black with #002B49

Text Example


Text Example

White with #002B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,43,73); }

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

background-color css

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

 a { background-color: rgb(0,43,73); }

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

border-color css

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

 span { border-color: rgb(0,43,73); }

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