Html Css Color HEX #072B53 Prussian Blue

📋 copy color: '#072B53'

red 7 ◦ green 43 ◦ blue 83

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

Shades of Prussian Blue #072B53

Tints of Prussian Blue #072B53

RGB

 RED value IS 7 (3.13% from 255) = 5.26%

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

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

R = 5.26%
G = 32.33%
B = 62.41%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072B53 (or 0x072B53) is known color: Prussian Blue. HEX triplet: 07, 2B and 53. RGB value is (7,43,83). Sum of RGB (Red+Green+Blue) = 7+43+83=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #072B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B53 is #F8D4AC. Grayscale: #242424. Windows color (decimal): -16307373 or 5450503. OLE color: 5450503.

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

Color convert

RGB 7 43 83 -
CMYK 0.92 0.48 0 0.67
HSL 211.58º 0.84% 0.18% -
HSV(B) 211.58º 0.92% 0.33% -
XYZ 2.51 2.4 8.51 -
YUV 36.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 7 43 83 0.92 0.48 0 0.67 211.58 0.84 0.18
Hex 7 2B 53 5C 30 0 43 D4 54 12
Octal 7 53 123 134 60 0 103 324 124 22
Binary 111 101011 1010011 1011100 110000 0 1000011 11010100 1010100 10010

Color Harmonies of #072B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B53

Black with #072B53

Text Example


Text Example

White with #072B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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