Html Css Color HEX #0E364A Blue Whale

📋 copy color: '#0E364A'

red 14 ◦ green 54 ◦ blue 74

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

Shades of Blue Whale #0E364A

Tints of Blue Whale #0E364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.03%

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 9.86%
G = 38.03%
B = 52.11%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E364A (or 0x0E364A) is known color: Blue Whale. HEX triplet: 0E, 36 and 4A. RGB value is (14,54,74). Sum of RGB (Red+Green+Blue) = 14+54+74=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E364A is #F1C9B5. Grayscale: #2C2C2C. Windows color (decimal): -15845814 or 4863502. OLE color: 4863502.

HSL color Cylindrical-coordinate representation of color #0E364A: hue angle of 200º 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 #0E364A is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 54 74 -
CMYK 0.81 0.27 0 0.71
HSL 200º 0.68% 0.17% -
HSV(B) 200º 0.81% 0.29% -
XYZ 2.74 3.23 6.96 -
YUV 44.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 14 54 74 0.81 0.27 0 0.71 200 0.68 0.17
Hex E 36 4A 51 1B 0 47 C8 44 11
Octal 16 66 112 121 33 0 107 310 104 21
Binary 1110 110110 1001010 1010001 11011 0 1000111 11001000 1000100 10001

Color Harmonies of #0E364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E364A

Black with #0E364A

Text Example


Text Example

White with #0E364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,54,74); }

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

background-color css

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

 a { background-color: rgb(14,54,74); }

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

border-color css

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

 span { border-color: rgb(14,54,74); }

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