Html Css Color HEX #073A6C Prussian Blue

📋 copy color: '#073A6C'

red 7 ◦ green 58 ◦ blue 108

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

Shades of Prussian Blue #073A6C

Tints of Prussian Blue #073A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 108 (42.58% from 255) = 62.43%

R = 4.05%
G = 33.53%
B = 62.43%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#073A6C (or 0x073A6C) is known color: Prussian Blue. HEX triplet: 07, 3A and 6C. RGB value is (7,58,108). Sum of RGB (Red+Green+Blue) = 7+58+108=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #073A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A6C is #F8C593. Grayscale: #303030. Windows color (decimal): -16303508 or 7092743. OLE color: 7092743.

HSL color Cylindrical-coordinate representation of color #073A6C: hue angle of 209.7º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A6C is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 58 108 -
CMYK 0.94 0.46 0 0.58
HSL 209.7º 0.88% 0.23% -
HSV(B) 209.7º 0.94% 0.42% -
XYZ 4.31 4.15 14.76 -
YUV 48.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 7 58 108 0.94 0.46 0 0.58 209.7 0.88 0.23
Hex 7 3A 6C 5E 2E 0 3A D2 58 17
Octal 7 72 154 136 56 0 72 322 130 27
Binary 111 111010 1101100 1011110 101110 0 111010 11010010 1011000 10111

Color Harmonies of #073A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A6C

Black with #073A6C

Text Example


Text Example

White with #073A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,58,108); }

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

background-color css

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

 a { background-color: rgb(7,58,108); }

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

border-color css

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

 span { border-color: rgb(7,58,108); }

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