Html Css Color HEX #0E304E Blue Whale

📋 copy color: '#0E304E'

red 14 ◦ green 48 ◦ blue 78

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

Shades of Blue Whale #0E304E

Tints of Blue Whale #0E304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

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

R = 10%
G = 34.29%
B = 55.71%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0E304E (or 0x0E304E) is known color: Blue Whale. HEX triplet: 0E, 30 and 4E. RGB value is (14,48,78). Sum of RGB (Red+Green+Blue) = 14+48+78=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E304E is #F1CFB1. Grayscale: #292929. Windows color (decimal): -15847346 or 5124110. OLE color: 5124110.

HSL color Cylindrical-coordinate representation of color #0E304E: hue angle of 208.12º 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 #0E304E is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 48 78 -
CMYK 0.82 0.38 0 0.69
HSL 208.13º 0.7% 0.18% -
HSV(B) 208.13º 0.82% 0.31% -
XYZ 2.61 2.76 7.6 -
YUV 41.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 14 48 78 0.82 0.38 0 0.69 208.13 0.7 0.18
Hex E 30 4E 52 26 0 45 D0 46 12
Octal 16 60 116 122 46 0 105 320 106 22
Binary 1110 110000 1001110 1010010 100110 0 1000101 11010000 1000110 10010

Color Harmonies of #0E304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E304E

Black with #0E304E

Text Example


Text Example

White with #0E304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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