#0E2038

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

Shades of Tangaroa #0E2038

Tints of Tangaroa #0E2038

Color information

#0E2038 (or 0x0E2038) is unknown color: approx Tangaroa. HEX triplet: 0E, 20 and 38. RGB value is (14,32,56). Sum of RGB (Red+Green+Blue) = 14+32+56=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E2038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2038 is #F1DFC7. Grayscale: #1D1D1D. Windows color (decimal): -15851464 or 3678222. OLE color: 3678222.

HSL color Cylindrical-coordinate representation of color #0E2038: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E2038 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB143256-
CMYK0.750.4300.78
HSL214.29º60%13.73%-
HSV(B)214.29º75%21.96%-
XYZ1.411.413.94-
YUV29.35143.04117.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.73%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=13.73%
G=31.37%
B=54.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1432560.750.4300.78214.296013.73
HexE20384B2B04Ed63ce
Octal1640701135301163267416
Binary1110100000111000100101110101101001110110101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,56); }

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

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

 a { background-color: rgb(14,32,56); }

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

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

 span { border-color: rgb(14,32,56); }

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