Html Css Color HEX #074965 Prussian Blue

📋 copy color: '#074965'

red 7 ◦ green 73 ◦ blue 101

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

Shades of Prussian Blue #074965

Tints of Prussian Blue #074965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.33%

 BLUE value IS 101 (39.84% from 255) = 55.8%

R = 3.87%
G = 40.33%
B = 55.8%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#074965 (or 0x074965) is known color: Prussian Blue. HEX triplet: 07, 49 and 65. RGB value is (7,73,101). Sum of RGB (Red+Green+Blue) = 7+73+101=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #074965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074965 is #F8B69A. Grayscale: #383838. Windows color (decimal): -16299675 or 6637831. OLE color: 6637831.

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

Color convert

RGB 7 73 101 -
CMYK 0.93 0.28 0 0.60
HSL 197.87º 0.87% 0.21% -
HSV(B) 197.87º 0.93% 0.4% -
XYZ 4.82 5.75 13.17 -
YUV 56.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 7 73 101 0.93 0.28 0 0.60 197.87 0.87 0.21
Hex 7 49 65 5D 1C 0 3C C6 57 15
Octal 7 111 145 135 34 0 74 306 127 25
Binary 111 1001001 1100101 1011101 11100 0 111100 11000110 1010111 10101

Color Harmonies of #074965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074965

Black with #074965

Text Example


Text Example

White with #074965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074965; }

 p { color: rgb(7,73,101); }

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

background-color css

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

 a { background-color: rgb(7,73,101); }

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

border-color css

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

 span { border-color: rgb(7,73,101); }

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