#07274c

Color #07274C Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #07274C

Tints of Prussian Blue #07274C

Color information

#07274C (or 0x07274C) is unknown color: approx Prussian Blue. HEX triplet: 07, 27 and 4C. RGB value is (7,39,76). Sum of RGB (Red+Green+Blue) = 7+39+76=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #07274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07274C is #F8D8B3. Grayscale: #212121. Windows color (decimal): -16308404 or 4990727. OLE color: 4990727.

HSL color Cylindrical-coordinate representation of color #07274C: hue angle of 212.17º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07274C is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB73976-
CMYK0.910.4900.70
HSL212.17º83.13%16.27%-
HSV(B)212.17º90.79%29.8%-
XYZ2.122.027.12-
YUV33.65151.9108.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 76 (30.08% from 255) = 62.30%
R=5.74%
G=31.97%
B=62.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal739760.910.4900.70212.1783.1316.27
Hex7274C5B31046d45310
Octal74711413361010632412320
Binary111100111100110010110111100010100011011010100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07274c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07274c; }

 p { color: rgb(7,39,76); }

 H1.HeaderClassName
 {
   color: #07274c;
 }
 .AnyTagClassName
 {
   color: #07274c;
 }
</style>
background-color css

<style>
 a { background-color: #07274c; }

 a { background-color: rgb(7,39,76); }

 div.DivClassName
 {
   background-color: #07274c;
 }
 .BgClassName
 {
   background-color: #07274c;
 }
</style>
border-color css

<style>
 span { border-color: #07274c; }

 span { border-color: rgb(7,39,76); }

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