#0E2743

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

Shades of Tangaroa #0E2743

Tints of Tangaroa #0E2743

Color information

#0E2743 (or 0x0E2743) is unknown color: approx Tangaroa. HEX triplet: 0E, 27 and 43. RGB value is (14,39,67). Sum of RGB (Red+Green+Blue) = 14+39+67=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E2743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2743 is #F1D8BC. Grayscale: #222222. Windows color (decimal): -15849661 or 4400910. OLE color: 4400910.

HSL color Cylindrical-coordinate representation of color #0E2743: hue angle of 211.7º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E2743 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB143967-
CMYK0.790.4200.74
HSL211.7º65.43%15.88%-
HSV(B)211.7º79.1%26.27%-
XYZ1.921.955.59-
YUV34.72146.22113.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 67 (26.56% from 255) = 55.83%
R=11.67%
G=32.5%
B=55.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1439670.790.4200.74211.765.4315.88
HexE27434F2A04Ad44110
Octal164710311752011232410120
Binary1110100111100001110011111010100100101011010100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,39,67); }

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

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

 a { background-color: rgb(14,39,67); }

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

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

 span { border-color: rgb(14,39,67); }

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