Html Css Color HEX #073367 Prussian Blue

📋 copy color: '#073367'

red 7 ◦ green 51 ◦ blue 103

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

Shades of Prussian Blue #073367

Tints of Prussian Blue #073367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

 BLUE value IS 103 (40.63% from 255) = 63.98%

R = 4.35%
G = 31.68%
B = 63.98%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#073367 (or 0x073367) is known color: Prussian Blue. HEX triplet: 07, 33 and 67. RGB value is (7,51,103). Sum of RGB (Red+Green+Blue) = 7+51+103=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #073367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073367 is #F8CC98. Grayscale: #2B2B2B. Windows color (decimal): -16305305 or 6763271. OLE color: 6763271.

HSL color Cylindrical-coordinate representation of color #073367: hue angle of 212.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073367 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 51 103 -
CMYK 0.93 0.50 0 0.60
HSL 212.5º 0.87% 0.22% -
HSV(B) 212.5º 0.93% 0.4% -
XYZ 3.72 3.39 13.29 -
YUV 43.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 7 51 103 0.93 0.50 0 0.60 212.5 0.87 0.22
Hex 7 33 67 5D 32 0 3C D4 57 16
Octal 7 63 147 135 62 0 74 324 127 26
Binary 111 110011 1100111 1011101 110010 0 111100 11010100 1010111 10110

Color Harmonies of #073367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073367

Black with #073367

Text Example


Text Example

White with #073367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073367; }

 p { color: rgb(7,51,103); }

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

background-color css

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

 a { background-color: rgb(7,51,103); }

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

border-color css

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

 span { border-color: rgb(7,51,103); }

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