Html Css Color HEX #07375A Prussian Blue

📋 copy color: '#07375A'

red 7 ◦ green 55 ◦ blue 90

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

Shades of Prussian Blue #07375A

Tints of Prussian Blue #07375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 4.61%
G = 36.18%
B = 59.21%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#07375A (or 0x07375A) is known color: Prussian Blue. HEX triplet: 07, 37 and 5A. RGB value is (7,55,90). Sum of RGB (Red+Green+Blue) = 7+55+90=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #07375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07375A is #F8C8A5. Grayscale: #2C2C2C. Windows color (decimal): -16304294 or 5912327. OLE color: 5912327.

HSL color Cylindrical-coordinate representation of color #07375A: hue angle of 205.3º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07375A is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 55 90 -
CMYK 0.92 0.39 0 0.65
HSL 205.3º 0.86% 0.19% -
HSV(B) 205.3º 0.92% 0.35% -
XYZ 3.3 3.52 10.18 -
YUV 44.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 7 55 90 0.92 0.39 0 0.65 205.3 0.86 0.19
Hex 7 37 5A 5C 27 0 41 CD 56 13
Octal 7 67 132 134 47 0 101 315 126 23
Binary 111 110111 1011010 1011100 100111 0 1000001 11001101 1010110 10011

Color Harmonies of #07375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07375A

Black with #07375A

Text Example


Text Example

White with #07375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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