Html Css Color HEX #07375C Prussian Blue

📋 copy color: '#07375C'

red 7 ◦ green 55 ◦ blue 92

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

Shades of Prussian Blue #07375C

Tints of Prussian Blue #07375C

RGB

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

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

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

R = 4.55%
G = 35.71%
B = 59.74%

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

#07375C (or 0x07375C) is known color: Prussian Blue. HEX triplet: 07, 37 and 5C. RGB value is (7,55,92). Sum of RGB (Red+Green+Blue) = 7+55+92=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #07375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07375C is #F8C8A3. Grayscale: #2C2C2C. Windows color (decimal): -16304292 or 6043399. OLE color: 6043399.

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

Color convert

RGB 7 55 92 -
CMYK 0.92 0.40 0 0.64
HSL 206.12º 0.86% 0.19% -
HSV(B) 206.12º 0.92% 0.36% -
XYZ 3.39 3.55 10.63 -
YUV 44.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 7 55 92 0.92 0.40 0 0.64 206.12 0.86 0.19
Hex 7 37 5C 5C 28 0 40 CE 56 13
Octal 7 67 134 134 50 0 100 316 126 23
Binary 111 110111 1011100 1011100 101000 0 1000000 11001110 1010110 10011

Color Harmonies of #07375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07375C

Black with #07375C

Text Example


Text Example

White with #07375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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