#0D3241

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

Shades of Blue Whale #0D3241

Tints of Blue Whale #0D3241

Color information

#0D3241 (or 0x0D3241) is unknown color: approx Blue Whale. HEX triplet: 0D, 32 and 41. RGB value is (13,50,65). Sum of RGB (Red+Green+Blue) = 13+50+65=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3241 is #F2CDBE. Grayscale: #282828. Windows color (decimal): -15912383 or 4272653. OLE color: 4272653.

HSL color Cylindrical-coordinate representation of color #0D3241: hue angle of 197.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3241 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB135065-
CMYK0.800.2300.75
HSL197.31º66.67%15.29%-
HSV(B)197.31º80%25.49%-
XYZ2.262.755.41-
YUV40.65141.74108.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 65 (25.78% from 255) = 50.78%
R=10.16%
G=39.06%
B=50.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1350650.800.2300.75197.3166.6715.29
HexD3241501704Bc543f
Octal156210112027011330510317
Binary11011100101000001101000010111010010111100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,65); }

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

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

 a { background-color: rgb(13,50,65); }

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

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

 span { border-color: rgb(13,50,65); }

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