#0D334C

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

Shades of Blue Whale #0D334C

Tints of Blue Whale #0D334C

Color information

#0D334C (or 0x0D334C) is unknown color: approx Blue Whale. HEX triplet: 0D, 33 and 4C. RGB value is (13,51,76). Sum of RGB (Red+Green+Blue) = 13+51+76=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D334C is #F2CCB3. Grayscale: #2A2A2A. Windows color (decimal): -15912116 or 4993805. OLE color: 4993805.

HSL color Cylindrical-coordinate representation of color #0D334C: hue angle of 203.81º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D334C is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB135176-
CMYK0.830.3300.70
HSL203.81º70.79%17.45%-
HSV(B)203.81º82.89%29.8%-
XYZ2.652.987.27-
YUV42.49146.91106.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 76 (30.08% from 255) = 54.29%
R=9.29%
G=36.43%
B=54.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1351760.830.3300.70203.8170.7917.45
HexD334C5321046cc4711
Octal156311412341010631410721
Binary1101110011100110010100111000010100011011001100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,51,76); }

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

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

 a { background-color: rgb(13,51,76); }

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

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

 span { border-color: rgb(13,51,76); }

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