Html Css Color HEX #073765 Prussian Blue

📋 copy color: '#073765'

red 7 ◦ green 55 ◦ blue 101

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

Shades of Prussian Blue #073765

Tints of Prussian Blue #073765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.74%

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

R = 4.29%
G = 33.74%
B = 61.96%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#073765 (or 0x073765) is known color: Prussian Blue. HEX triplet: 07, 37 and 65. RGB value is (7,55,101). Sum of RGB (Red+Green+Blue) = 7+55+101=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #073765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073765 is #F8C89A. Grayscale: #2D2D2D. Windows color (decimal): -16304283 or 6633223. OLE color: 6633223.

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

Color convert

RGB 7 55 101 -
CMYK 0.93 0.46 0 0.60
HSL 209.36º 0.87% 0.21% -
HSV(B) 209.36º 0.93% 0.4% -
XYZ 3.8 3.72 12.83 -
YUV 45.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 7 55 101 0.93 0.46 0 0.60 209.36 0.87 0.21
Hex 7 37 65 5D 2E 0 3C D1 57 15
Octal 7 67 145 135 56 0 74 321 127 25
Binary 111 110111 1100101 1011101 101110 0 111100 11010001 1010111 10101

Color Harmonies of #073765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073765

Black with #073765

Text Example


Text Example

White with #073765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073765; }

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

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

background-color css

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

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

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

border-color css

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

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

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