Html Css Color HEX #07395C Prussian Blue

📋 copy color: '#07395C'

red 7 ◦ green 57 ◦ blue 92

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

Shades of Prussian Blue #07395C

Tints of Prussian Blue #07395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 92 (36.33% from 255) = 58.97%

R = 4.49%
G = 36.54%
B = 58.97%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07395C (or 0x07395C) is known color: Prussian Blue. HEX triplet: 07, 39 and 5C. RGB value is (7,57,92). Sum of RGB (Red+Green+Blue) = 7+57+92=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #07395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07395C is #F8C6A3. Grayscale: #2D2D2D. Windows color (decimal): -16303780 or 6043911. OLE color: 6043911.

HSL color Cylindrical-coordinate representation of color #07395C: hue angle of 204.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07395C is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 57 92 -
CMYK 0.92 0.38 0 0.64
HSL 204.71º 0.86% 0.19% -
HSV(B) 204.71º 0.92% 0.36% -
XYZ 3.48 3.74 10.66 -
YUV 46.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 7 57 92 0.92 0.38 0 0.64 204.71 0.86 0.19
Hex 7 39 5C 5C 26 0 40 CD 56 13
Octal 7 71 134 134 46 0 100 315 126 23
Binary 111 111001 1011100 1011100 100110 0 1000000 11001101 1010110 10011

Color Harmonies of #07395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07395C

Black with #07395C

Text Example


Text Example

White with #07395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07395C; }

 p { color: rgb(7,57,92); }

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

background-color css

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

 a { background-color: rgb(7,57,92); }

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

border-color css

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

 span { border-color: rgb(7,57,92); }

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