#07294B

Color #07294B Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #07294B

Tints of Blue Whale #07294B

Color information

#07294B (or 0x07294B) is unknown color: approx Blue Whale. HEX triplet: 07, 29 and 4B. RGB value is (7,41,75). Sum of RGB (Red+Green+Blue) = 7+41+75=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #07294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07294B is #F8D6B4. Grayscale: #222222. Windows color (decimal): -16307893 or 4925703. OLE color: 4925703.

HSL color Cylindrical-coordinate representation of color #07294B: hue angle of 210º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07294B is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB74175-
CMYK0.910.4500.71
HSL210º82.93%16.08%-
HSV(B)210º90.67%29.41%-
XYZ2.152.146.96-
YUV34.71150.74108.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 60.98%
R=5.69%
G=33.33%
B=60.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal741750.910.4500.7121082.9316.08
Hex7294B5B2D047d25310
Octal75111313355010732212320
Binary111101001100101110110111011010100011111010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,41,75); }

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

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

 a { background-color: rgb(7,41,75); }

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

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

 span { border-color: rgb(7,41,75); }

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