#0D384E

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

Shades of Blue Whale #0D384E

Tints of Blue Whale #0D384E

Color information

#0D384E (or 0x0D384E) is unknown color: approx Blue Whale. HEX triplet: 0D, 38 and 4E. RGB value is (13,56,78). Sum of RGB (Red+Green+Blue) = 13+56+78=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D384E is #F2C7B1. Grayscale: #2D2D2D. Windows color (decimal): -15910834 or 5126157. OLE color: 5126157.

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

Color convert

RGB135678-
CMYK0.830.2800.69
HSL200.31º71.43%17.84%-
HSV(B)200.31º83.33%30.59%-
XYZ2.963.467.72-
YUV45.65146.25104.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=8.84%
G=38.10%
B=53.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1356780.830.2800.69200.3171.4317.84
HexD384E531C045c84712
Octal157011612334010531010722
Binary110111100010011101010011111000100010111001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,78); }

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

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

 a { background-color: rgb(13,56,78); }

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

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

 span { border-color: rgb(13,56,78); }

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