#0D323E

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

Shades of Blue Whale #0D323E

Tints of Blue Whale #0D323E

Color information

#0D323E (or 0x0D323E) is unknown color: approx Blue Whale. HEX triplet: 0D, 32 and 3E. RGB value is (13,50,62). Sum of RGB (Red+Green+Blue) = 13+50+62=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D323E is #F2CDC1. Grayscale: #282828. Windows color (decimal): -15912386 or 4076045. OLE color: 4076045.

HSL color Cylindrical-coordinate representation of color #0D323E: hue angle of 194.69º 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 #0D323E is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB135062-
CMYK0.790.1900.76
HSL194.69º65.33%14.71%-
HSV(B)194.69º79.03%24.31%-
XYZ2.182.714.97-
YUV40.3140.24108.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.4%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 49.6%
R=10.4%
G=40%
B=49.6%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1350620.790.1900.76194.6965.3314.71
HexD323E4F1304Cc341f
Octal15627611723011430310117
Binary1101110010111110100111110011010011001100001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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