Html Css Color HEX #002B4D Prussian Blue

📋 copy color: '#002B4D'

red 0 ◦ green 43 ◦ blue 77

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

Shades of Prussian Blue #002B4D

Tints of Prussian Blue #002B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 64.17%

R = 0%
G = 35.83%
B = 64.17%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#002B4D (or 0x002B4D) is known color: Prussian Blue. HEX triplet: 00, 2B and 4D. RGB value is (0,43,77). Sum of RGB (Red+Green+Blue) = 0+43+77=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #002B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B4D is #FFD4B2. Grayscale: #212121. Windows color (decimal): -16766131 or 5057280. OLE color: 5057280.

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

Color convert

RGB 0 43 77 -
CMYK 1 0.44 0 0.70
HSL 206.49º 1% 0.15% -
HSV(B) 206.49º 1% 0.3% -
XYZ 2.2 2.26 7.34 -
YUV 34.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 0 43 77 1 0.44 0 0.70 206.49 1 0.15
Hex 0 2B 4D 64 2C 0 46 CE 64 F
Octal 0 53 115 144 54 0 106 316 144 17
Binary 0 101011 1001101 1100100 101100 0 1000110 11001110 1100100 1111

Color Harmonies of #002B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B4D

Black with #002B4D

Text Example


Text Example

White with #002B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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