#0D3041

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

Shades of Blue Whale #0D3041

Tints of Blue Whale #0D3041

Color information

#0D3041 (or 0x0D3041) is unknown color: approx Blue Whale. HEX triplet: 0D, 30 and 41. RGB value is (13,48,65). Sum of RGB (Red+Green+Blue) = 13+48+65=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3041 is #F2CFBE. Grayscale: #272727. Windows color (decimal): -15912895 or 4272141. OLE color: 4272141.

HSL color Cylindrical-coordinate representation of color #0D3041: hue angle of 199.62º 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 #0D3041 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB134865-
CMYK0.800.2600.75
HSL199.62º66.67%15.29%-
HSV(B)199.62º80%25.49%-
XYZ2.182.585.38-
YUV39.47142.4109.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=10.32%
G=38.10%
B=51.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1348650.800.2600.75199.6266.6715.29
HexD3041501A04Bc843f
Octal156010112032011331010317
Binary11011100001000001101000011010010010111100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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