Html Css Color HEX #07375B Prussian Blue

📋 copy color: '#07375B'

red 7 ◦ green 55 ◦ blue 91

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

Shades of Prussian Blue #07375B

Tints of Prussian Blue #07375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 59.48%

R = 4.58%
G = 35.95%
B = 59.48%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07375B (or 0x07375B) is known color: Prussian Blue. HEX triplet: 07, 37 and 5B. RGB value is (7,55,91). Sum of RGB (Red+Green+Blue) = 7+55+91=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #07375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07375B is #F8C8A4. Grayscale: #2C2C2C. Windows color (decimal): -16304293 or 5977863. OLE color: 5977863.

HSL color Cylindrical-coordinate representation of color #07375B: hue angle of 205.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 #07375B is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 55 91 -
CMYK 0.92 0.40 0 0.64
HSL 205.71º 0.86% 0.19% -
HSV(B) 205.71º 0.92% 0.36% -
XYZ 3.34 3.53 10.4 -
YUV 44.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 7 55 91 0.92 0.40 0 0.64 205.71 0.86 0.19
Hex 7 37 5B 5C 28 0 40 CE 56 13
Octal 7 67 133 134 50 0 100 316 126 23
Binary 111 110111 1011011 1011100 101000 0 1000000 11001110 1010110 10011

Color Harmonies of #07375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07375B

Black with #07375B

Text Example


Text Example

White with #07375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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