Html Css Color HEX #0E2C49 Blue Whale

📋 copy color: '#0E2C49'

red 14 ◦ green 44 ◦ blue 73

#0E2C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #0E2C49

Tints of Blue Whale #0E2C49

RGB

 RED value IS 14 (5.86% from 255) = 10.69%

 GREEN value IS 44 (17.58% from 255) = 33.59%

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 10.69%
G = 33.59%
B = 55.73%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E2C49 (or 0x0E2C49) is known color: Blue Whale. HEX triplet: 0E, 2C and 49. RGB value is (14,44,73). Sum of RGB (Red+Green+Blue) = 14+44+73=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E2C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C49 is #F1D3B6. Grayscale: #262626. Windows color (decimal): -15848375 or 4795406. OLE color: 4795406.

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

Color convert

RGB 14 44 73 -
CMYK 0.81 0.40 0 0.71
HSL 209.49º 0.68% 0.17% -
HSV(B) 209.49º 0.81% 0.29% -
XYZ 2.28 2.38 6.64 -
YUV 38.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 14 44 73 0.81 0.40 0 0.71 209.49 0.68 0.17
Hex E 2C 49 51 28 0 47 D1 44 11
Octal 16 54 111 121 50 0 107 321 104 21
Binary 1110 101100 1001001 1010001 101000 0 1000111 11010001 1000100 10001

Color Harmonies of #0E2C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2C49

Black with #0E2C49

Text Example


Text Example

White with #0E2C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,44,73); }

 H1.HeaderClassName
 {
   color: #0E2C49;
 }
 .AnyTagClassName
 {
   color: #0E2C49;
 }
</style>

background-color css

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

 a { background-color: rgb(14,44,73); }

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

border-color css

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

 span { border-color: rgb(14,44,73); }

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