#0d303d

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

Shades of Blue Whale #0D303D

Tints of Blue Whale #0D303D

Color information

#0D303D (or 0x0D303D) is unknown color: approx Blue Whale. HEX triplet: 0D, 30 and 3D. RGB value is (13,48,61). Sum of RGB (Red+Green+Blue) = 13+48+61=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D303D is #F2CFC2. Grayscale: #262626. Windows color (decimal): -15912899 or 4009997. OLE color: 4009997.

HSL color Cylindrical-coordinate representation of color #0D303D: hue angle of 196.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D303D is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB134861-
CMYK0.790.2100.76
HSL196.25º64.86%14.51%-
HSV(B)196.25º78.69%23.92%-
XYZ2.072.544.8-
YUV39.02140.4109.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.66%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 61 (24.22% from 255) = 50%
R=10.66%
G=39.34%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1348610.790.2100.76196.2564.8614.51
HexD303D4F1504Cc441f
Octal15607511725011430410117
Binary1101110000111101100111110101010011001100010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d303d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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