Html Css Color HEX #002B4C Prussian Blue

📋 copy color: '#002B4C'

red 0 ◦ green 43 ◦ blue 76

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

Shades of Prussian Blue #002B4C

Tints of Prussian Blue #002B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 63.87%

R = 0%
G = 36.13%
B = 63.87%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#002B4C (or 0x002B4C) is known color: Prussian Blue. HEX triplet: 00, 2B and 4C. RGB value is (0,43,76). Sum of RGB (Red+Green+Blue) = 0+43+76=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #002B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B4C is #FFD4B3. Grayscale: #212121. Windows color (decimal): -16766132 or 4991744. OLE color: 4991744.

HSL color Cylindrical-coordinate representation of color #002B4C: hue angle of 206.05º 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 #002B4C is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 43 76 -
CMYK 1 0.43 0 0.70
HSL 206.05º 1% 0.15% -
HSV(B) 206.05º 1% 0.3% -
XYZ 2.17 2.25 7.16 -
YUV 33.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 0 43 76 1 0.43 0 0.70 206.05 1 0.15
Hex 0 2B 4C 64 2B 0 46 CE 64 F
Octal 0 53 114 144 53 0 106 316 144 17
Binary 0 101011 1001100 1100100 101011 0 1000110 11001110 1100100 1111

Color Harmonies of #002B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B4C

Black with #002B4C

Text Example


Text Example

White with #002B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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