Html Css Color HEX #0E354A Blue Whale

📋 copy color: '#0E354A'

red 14 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #0E354A

Tints of Blue Whale #0E354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

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

R = 9.93%
G = 37.59%
B = 52.48%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E354A (or 0x0E354A) is known color: Blue Whale. HEX triplet: 0E, 35 and 4A. RGB value is (14,53,74). Sum of RGB (Red+Green+Blue) = 14+53+74=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E354A is #F1CAB5. Grayscale: #2B2B2B. Windows color (decimal): -15846070 or 4863246. OLE color: 4863246.

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

Color convert

RGB 14 53 74 -
CMYK 0.81 0.28 0 0.71
HSL 201º 0.68% 0.17% -
HSV(B) 201º 0.81% 0.29% -
XYZ 2.69 3.13 6.94 -
YUV 43.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 14 53 74 0.81 0.28 0 0.71 201 0.68 0.17
Hex E 35 4A 51 1C 0 47 C9 44 11
Octal 16 65 112 121 34 0 107 311 104 21
Binary 1110 110101 1001010 1010001 11100 0 1000111 11001001 1000100 10001

Color Harmonies of #0E354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E354A

Black with #0E354A

Text Example


Text Example

White with #0E354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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