#0D344C

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

Shades of Blue Whale #0D344C

Tints of Blue Whale #0D344C

Color information

#0D344C (or 0x0D344C) is unknown color: approx Blue Whale. HEX triplet: 0D, 34 and 4C. RGB value is (13,52,76). Sum of RGB (Red+Green+Blue) = 13+52+76=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D344C is #F2CBB3. Grayscale: #2A2A2A. Windows color (decimal): -15911860 or 4994061. OLE color: 4994061.

HSL color Cylindrical-coordinate representation of color #0D344C: hue angle of 202.86º 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 #0D344C is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB135276-
CMYK0.830.3200.70
HSL202.86º70.79%17.45%-
HSV(B)202.86º82.89%29.8%-
XYZ2.73.067.29-
YUV43.08146.58106.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 76 (30.08% from 255) = 53.90%
R=9.22%
G=36.88%
B=53.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1352760.830.3200.70202.8670.7917.45
HexD344C5320046cb4711
Octal156411412340010631310721
Binary1101110100100110010100111000000100011011001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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