#05303F

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

Shades of Blue Whale #05303F

Tints of Blue Whale #05303F

Color information

#05303F (or 0x05303F) is unknown color: approx Blue Whale. HEX triplet: 05, 30 and 3F. RGB value is (5,48,63). Sum of RGB (Red+Green+Blue) = 5+48+63=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #05303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05303F is #FACFC0. Grayscale: #242424. Windows color (decimal): -16437185 or 4141061. OLE color: 4141061.

HSL color Cylindrical-coordinate representation of color #05303F: hue angle of 195.52º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05303F is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54863-
CMYK0.920.2400.75
HSL195.52º85.29%13.33%-
HSV(B)195.52º92.06%24.71%-
XYZ2.022.515.08-
YUV36.85142.75105.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 63 (25% from 255) = 54.31%
R=4.31%
G=41.38%
B=54.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal548630.920.2400.75195.5285.2913.33
Hex5303F5C1804Bc455d
Octal5607713430011330412515
Binary101110000111111101110011000010010111100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05303F; }

 p { color: rgb(5,48,63); }

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

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

 a { background-color: rgb(5,48,63); }

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

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

 span { border-color: rgb(5,48,63); }

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