Html Css Color HEX #0E324E Blue Whale

📋 copy color: '#0E324E'

red 14 ◦ green 50 ◦ blue 78

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

Shades of Blue Whale #0E324E

Tints of Blue Whale #0E324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 54.93%

R = 9.86%
G = 35.21%
B = 54.93%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0E324E (or 0x0E324E) is known color: Blue Whale. HEX triplet: 0E, 32 and 4E. RGB value is (14,50,78). Sum of RGB (Red+Green+Blue) = 14+50+78=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E324E is #F1CDB1. Grayscale: #2A2A2A. Windows color (decimal): -15846834 or 5124622. OLE color: 5124622.

HSL color Cylindrical-coordinate representation of color #0E324E: hue angle of 206.25º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E324E is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 50 78 -
CMYK 0.82 0.36 0 0.69
HSL 206.25º 0.7% 0.18% -
HSV(B) 206.25º 0.82% 0.31% -
XYZ 2.7 2.92 7.63 -
YUV 42.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 14 50 78 0.82 0.36 0 0.69 206.25 0.7 0.18
Hex E 32 4E 52 24 0 45 CE 46 12
Octal 16 62 116 122 44 0 105 316 106 22
Binary 1110 110010 1001110 1010010 100100 0 1000101 11001110 1000110 10010

Color Harmonies of #0E324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E324E

Black with #0E324E

Text Example


Text Example

White with #0E324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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