Html Css Color HEX #07365E Prussian Blue

📋 copy color: '#07365E'

red 7 ◦ green 54 ◦ blue 94

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

Shades of Prussian Blue #07365E

Tints of Prussian Blue #07365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

 BLUE value IS 94 (37.11% from 255) = 60.65%

R = 4.52%
G = 34.84%
B = 60.65%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07365E (or 0x07365E) is known color: Prussian Blue. HEX triplet: 07, 36 and 5E. RGB value is (7,54,94). Sum of RGB (Red+Green+Blue) = 7+54+94=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #07365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07365E is #F8C9A1. Grayscale: #2C2C2C. Windows color (decimal): -16304546 or 6174215. OLE color: 6174215.

HSL color Cylindrical-coordinate representation of color #07365E: hue angle of 207.59º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07365E is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 54 94 -
CMYK 0.93 0.43 0 0.63
HSL 207.59º 0.86% 0.2% -
HSV(B) 207.59º 0.93% 0.37% -
XYZ 3.43 3.49 11.08 -
YUV 44.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 7 54 94 0.93 0.43 0 0.63 207.59 0.86 0.2
Hex 7 36 5E 5D 2B 0 3F D0 56 14
Octal 7 66 136 135 53 0 77 320 126 24
Binary 111 110110 1011110 1011101 101011 0 111111 11010000 1010110 10100

Color Harmonies of #07365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07365E

Black with #07365E

Text Example


Text Example

White with #07365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07365E; }

 p { color: rgb(7,54,94); }

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

background-color css

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

 a { background-color: rgb(7,54,94); }

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

border-color css

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

 span { border-color: rgb(7,54,94); }

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