#003148

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

Shades of Blue Whale #003148

Tints of Blue Whale #003148

Color information

#003148 (or 0x003148) is unknown color: approx Blue Whale. HEX triplet: 00, 31 and 48. RGB value is (0,49,72). Sum of RGB (Red+Green+Blue) = 0+49+72=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #003148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003148 is #FFCEB7. Grayscale: #242424. Windows color (decimal): -16764600 or 4731136. OLE color: 4731136.

HSL color Cylindrical-coordinate representation of color #003148: hue angle of 199.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003148 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB04972-
CMYK10.3200.72
HSL199.17º100%14.12%-
HSV(B)199.17º100%28.24%-
XYZ2.272.666.53-
YUV36.97147.77101.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=0%
G=40.50%
B=59.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0497210.3200.72199.1710014.12
Hex031486420048c764e
Octal06111014440011030714416
Binary011000110010001100100100000010010001100011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003148; }

 p { color: rgb(0,49,72); }

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

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

 a { background-color: rgb(0,49,72); }

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

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

 span { border-color: rgb(0,49,72); }

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