#0D334D

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

Shades of Blue Whale #0D334D

Tints of Blue Whale #0D334D

Color information

#0D334D (or 0x0D334D) is unknown color: approx Blue Whale. HEX triplet: 0D, 33 and 4D. RGB value is (13,51,77). Sum of RGB (Red+Green+Blue) = 13+51+77=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D334D is #F2CCB2. Grayscale: #2A2A2A. Windows color (decimal): -15912115 or 5059341. OLE color: 5059341.

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

Color convert

RGB135177-
CMYK0.830.3400.70
HSL204.38º71.11%17.65%-
HSV(B)204.38º83.12%30.2%-
XYZ2.692.997.46-
YUV42.6147.41106.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=9.22%
G=36.17%
B=54.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1351770.830.3400.70204.3871.1117.65
HexD334D5322046cc4712
Octal156311512342010631410722
Binary1101110011100110110100111000100100011011001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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