Html Css Color HEX #072D53 Prussian Blue

📋 copy color: '#072D53'

red 7 ◦ green 45 ◦ blue 83

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

Shades of Prussian Blue #072D53

Tints of Prussian Blue #072D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.33%

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

R = 5.19%
G = 33.33%
B = 61.48%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072D53 (or 0x072D53) is known color: Prussian Blue. HEX triplet: 07, 2D and 53. RGB value is (7,45,83). Sum of RGB (Red+Green+Blue) = 7+45+83=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #072D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D53 is #F8D2AC. Grayscale: #252525. Windows color (decimal): -16306861 or 5451015. OLE color: 5451015.

HSL color Cylindrical-coordinate representation of color #072D53: hue angle of 210º 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 #072D53 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 45 83 -
CMYK 0.92 0.46 0 0.67
HSL 210º 0.84% 0.18% -
HSV(B) 210º 0.92% 0.33% -
XYZ 2.59 2.55 8.54 -
YUV 37.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 7 45 83 0.92 0.46 0 0.67 210 0.84 0.18
Hex 7 2D 53 5C 2E 0 43 D2 54 12
Octal 7 55 123 134 56 0 103 322 124 22
Binary 111 101101 1010011 1011100 101110 0 1000011 11010010 1010100 10010

Color Harmonies of #072D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D53

Black with #072D53

Text Example


Text Example

White with #072D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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