#0D3650

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

Shades of Blue Whale #0D3650

Tints of Blue Whale #0D3650

Color information

#0D3650 (or 0x0D3650) is unknown color: approx Blue Whale. HEX triplet: 0D, 36 and 50. RGB value is (13,54,80). Sum of RGB (Red+Green+Blue) = 13+54+80=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D3650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3650 is #F2C9AF. Grayscale: #2C2C2C. Windows color (decimal): -15911344 or 5256717. OLE color: 5256717.

HSL color Cylindrical-coordinate representation of color #0D3650: hue angle of 203.28º 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 #0D3650 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB135480-
CMYK0.840.3300.69
HSL203.28º72.04%18.24%-
HSV(B)203.28º83.75%31.37%-
XYZ2.933.38.07-
YUV44.7147.92105.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=8.84%
G=36.73%
B=54.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1354800.840.3300.69203.2872.0418.24
HexD36505421045cb4812
Octal156612012441010531311022
Binary1101110110101000010101001000010100010111001011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,80); }

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

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

 a { background-color: rgb(13,54,80); }

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

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

 span { border-color: rgb(13,54,80); }

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