#0E2641

Color #0E2641 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #0E2641

Tints of Tangaroa #0E2641

Color information

#0E2641 (or 0x0E2641) is unknown color: approx Tangaroa. HEX triplet: 0E, 26 and 41. RGB value is (14,38,65). Sum of RGB (Red+Green+Blue) = 14+38+65=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #0E2641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2641 is #F1D9BE. Grayscale: #212121. Windows color (decimal): -15849919 or 4269582. OLE color: 4269582.

HSL color Cylindrical-coordinate representation of color #0E2641: hue angle of 211.76º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E2641 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB143865-
CMYK0.780.4200.75
HSL211.76º64.56%15.49%-
HSV(B)211.76º78.46%25.49%-
XYZ1.831.865.26-
YUV33.9145.55113.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.97%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=11.97%
G=32.48%
B=55.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1438650.780.4200.75211.7664.5615.49
HexE26414E2A04Bd441f
Octal164610111652011332410117
Binary111010011010000011001110101010010010111101010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,38,65); }

 H1.HeaderClassName
 {
   color: #0E2641;
 }
 .AnyTagClassName
 {
   color: #0E2641;
 }
</style>
background-color css

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

 a { background-color: rgb(14,38,65); }

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

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

 span { border-color: rgb(14,38,65); }

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