#0E3348

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

Shades of Blue Whale #0E3348

Tints of Blue Whale #0E3348

Color information

#0E3348 (or 0x0E3348) is unknown color: approx Blue Whale. HEX triplet: 0E, 33 and 48. RGB value is (14,51,72). Sum of RGB (Red+Green+Blue) = 14+51+72=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E3348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3348 is #F1CCB7. Grayscale: #2A2A2A. Windows color (decimal): -15846584 or 4731662. OLE color: 4731662.

HSL color Cylindrical-coordinate representation of color #0E3348: hue angle of 201.72º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E3348 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB145172-
CMYK0.810.2900.72
HSL201.72º67.44%16.86%-
HSV(B)201.72º80.56%28.24%-
XYZ2.532.936.56-
YUV42.33144.74107.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.22%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=10.22%
G=37.23%
B=52.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1451720.810.2900.72201.7267.4416.86
HexE3348511D048ca4311
Octal166311012135011031210321
Binary111011001110010001010001111010100100011001010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,51,72); }

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

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

 a { background-color: rgb(14,51,72); }

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

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

 span { border-color: rgb(14,51,72); }

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