Html Css Color HEX #0E323E Blue Whale

📋 copy color: '#0E323E'

red 14 ◦ green 50 ◦ blue 62

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

Shades of Blue Whale #0E323E

Tints of Blue Whale #0E323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.68%

 BLUE value IS 62 (24.61% from 255) = 49.21%

R = 11.11%
G = 39.68%
B = 49.21%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E323E (or 0x0E323E) is known color: Blue Whale. HEX triplet: 0E, 32 and 3E. RGB value is (14,50,62). Sum of RGB (Red+Green+Blue) = 14+50+62=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #0E323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E323E is #F1CDC1. Grayscale: #282828. Windows color (decimal): -15846850 or 4076046. OLE color: 4076046.

HSL color Cylindrical-coordinate representation of color #0E323E: hue angle of 195º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E323E is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 50 62 -
CMYK 0.77 0.19 0 0.76
HSL 195º 0.63% 0.15% -
HSV(B) 195º 0.77% 0.24% -
XYZ 2.19 2.72 4.97 -
YUV 40.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 14 50 62 0.77 0.19 0 0.76 195 0.63 0.15
Hex E 32 3E 4D 13 0 4C C3 3F F
Octal 16 62 76 115 23 0 114 303 77 17
Binary 1110 110010 111110 1001101 10011 0 1001100 11000011 111111 1111

Color Harmonies of #0E323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E323E

Black with #0E323E

Text Example


Text Example

White with #0E323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,50,62); }

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

background-color css

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

 a { background-color: rgb(14,50,62); }

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

border-color css

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

 span { border-color: rgb(14,50,62); }

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