Html Css Color HEX #002B53 Prussian Blue

📋 copy color: '#002B53'

red 0 ◦ green 43 ◦ blue 83

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

Shades of Prussian Blue #002B53

Tints of Prussian Blue #002B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 65.87%

R = 0%
G = 34.13%
B = 65.87%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#002B53 (or 0x002B53) is known color: Prussian Blue. HEX triplet: 00, 2B and 53. RGB value is (0,43,83). Sum of RGB (Red+Green+Blue) = 0+43+83=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #002B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B53 is #FFD4AC. Grayscale: #222222. Windows color (decimal): -16766125 or 5450496. OLE color: 5450496.

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

Color convert

RGB 0 43 83 -
CMYK 1 0.48 0 0.67
HSL 208.92º 1% 0.16% -
HSV(B) 208.92º 1% 0.33% -
XYZ 2.43 2.35 8.51 -
YUV 34.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 0 43 83 1 0.48 0 0.67 208.92 1 0.16
Hex 0 2B 53 64 30 0 43 D1 64 10
Octal 0 53 123 144 60 0 103 321 144 20
Binary 0 101011 1010011 1100100 110000 0 1000011 11010001 1100100 10000

Color Harmonies of #002B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B53

Black with #002B53

Text Example


Text Example

White with #002B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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