Html Css Color HEX #073D67 Prussian Blue

📋 copy color: '#073D67'

red 7 ◦ green 61 ◦ blue 103

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

Shades of Prussian Blue #073D67

Tints of Prussian Blue #073D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.67%

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

R = 4.09%
G = 35.67%
B = 60.23%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#073D67 (or 0x073D67) is known color: Prussian Blue. HEX triplet: 07, 3D and 67. RGB value is (7,61,103). Sum of RGB (Red+Green+Blue) = 7+61+103=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #073D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D67 is #F8C298. Grayscale: #313131. Windows color (decimal): -16302745 or 6765831. OLE color: 6765831.

HSL color Cylindrical-coordinate representation of color #073D67: hue angle of 206.25º 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 #073D67 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 61 103 -
CMYK 0.93 0.41 0 0.60
HSL 206.25º 0.87% 0.22% -
HSV(B) 206.25º 0.93% 0.4% -
XYZ 4.2 4.36 13.45 -
YUV 49.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 7 61 103 0.93 0.41 0 0.60 206.25 0.87 0.22
Hex 7 3D 67 5D 29 0 3C CE 57 16
Octal 7 75 147 135 51 0 74 316 127 26
Binary 111 111101 1100111 1011101 101001 0 111100 11001110 1010111 10110

Color Harmonies of #073D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D67

Black with #073D67

Text Example


Text Example

White with #073D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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