#0D304F

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

Shades of Blue Whale #0D304F

Tints of Blue Whale #0D304F

Color information

#0D304F (or 0x0D304F) is unknown color: approx Blue Whale. HEX triplet: 0D, 30 and 4F. RGB value is (13,48,79). Sum of RGB (Red+Green+Blue) = 13+48+79=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D304F is #F2CFB0. Grayscale: #282828. Windows color (decimal): -15912881 or 5189645. OLE color: 5189645.

HSL color Cylindrical-coordinate representation of color #0D304F: hue angle of 208.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D304F is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB134879-
CMYK0.840.3900.69
HSL208.18º71.74%18.04%-
HSV(B)208.18º83.54%30.98%-
XYZ2.632.767.79-
YUV41.07149.4107.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 79 (31.25% from 255) = 56.43%
R=9.29%
G=34.29%
B=56.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1348790.840.3900.69208.1871.7418.04
HexD304F5427045d04812
Octal156011712447010532011022
Binary1101110000100111110101001001110100010111010000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D304F; }

 p { color: rgb(13,48,79); }

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

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

 a { background-color: rgb(13,48,79); }

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

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

 span { border-color: rgb(13,48,79); }

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