#0D3950

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

Shades of Blue Whale #0D3950

Tints of Blue Whale #0D3950

Color information

#0D3950 (or 0x0D3950) is unknown color: approx Blue Whale. HEX triplet: 0D, 39 and 50. RGB value is (13,57,80). Sum of RGB (Red+Green+Blue) = 13+57+80=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D3950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3950 is #F2C6AF. Grayscale: #2E2E2E. Windows color (decimal): -15910576 or 5257485. OLE color: 5257485.

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

Color convert

RGB135780-
CMYK0.840.2900.69
HSL200.6º72.04%18.24%-
HSV(B)200.6º83.75%31.37%-
XYZ3.083.598.12-
YUV46.47146.92104.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.67%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=8.67%
G=38%
B=53.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1357800.840.2900.69200.672.0418.24
HexD3950541D045c94812
Octal157112012435010531111022
Binary110111100110100001010100111010100010111001001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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