#0D344B

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

Shades of Blue Whale #0D344B

Tints of Blue Whale #0D344B

Color information

#0D344B (or 0x0D344B) is unknown color: approx Blue Whale. HEX triplet: 0D, 34 and 4B. RGB value is (13,52,75). Sum of RGB (Red+Green+Blue) = 13+52+75=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D344B is #F2CBB4. Grayscale: #2A2A2A. Windows color (decimal): -15911861 or 4928525. OLE color: 4928525.

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

Color convert

RGB135275-
CMYK0.830.3100.71
HSL202.26º70.45%17.25%-
HSV(B)202.26º82.67%29.41%-
XYZ2.663.057.1-
YUV42.96146.08106.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=9.29%
G=37.14%
B=53.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1352750.830.3100.71202.2670.4517.25
HexD344B531F047ca4611
Octal156411312337010731210621
Binary110111010010010111010011111110100011111001010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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