Html Css Color HEX #0E2D50 Blue Whale

📋 copy color: '#0E2D50'

red 14 ◦ green 45 ◦ blue 80

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

Shades of Blue Whale #0E2D50

Tints of Blue Whale #0E2D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.37%

 BLUE value IS 80 (31.64% from 255) = 57.55%

R = 10.07%
G = 32.37%
B = 57.55%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0E2D50 (or 0x0E2D50) is known color: Blue Whale. HEX triplet: 0E, 2D and 50. RGB value is (14,45,80). Sum of RGB (Red+Green+Blue) = 14+45+80=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #0E2D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2D50 is #F1D2AF. Grayscale: #272727. Windows color (decimal): -15848112 or 5254414. OLE color: 5254414.

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

Color convert

RGB 14 45 80 -
CMYK 0.83 0.44 0 0.69
HSL 211.82º 0.7% 0.18% -
HSV(B) 211.82º 0.83% 0.31% -
XYZ 2.57 2.55 7.95 -
YUV 39.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 14 45 80 0.83 0.44 0 0.69 211.82 0.7 0.18
Hex E 2D 50 53 2C 0 45 D4 46 12
Octal 16 55 120 123 54 0 105 324 106 22
Binary 1110 101101 1010000 1010011 101100 0 1000101 11010100 1000110 10010

Color Harmonies of #0E2D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2D50

Black with #0E2D50

Text Example


Text Example

White with #0E2D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,45,80); }

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

background-color css

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

 a { background-color: rgb(14,45,80); }

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

border-color css

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

 span { border-color: rgb(14,45,80); }

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