#0E243C

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

Shades of Tangaroa #0E243C

Tints of Tangaroa #0E243C

Color information

#0E243C (or 0x0E243C) is unknown color: approx Tangaroa. HEX triplet: 0E, 24 and 3C. RGB value is (14,36,60). Sum of RGB (Red+Green+Blue) = 14+36+60=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E243C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E243C is #F1DBC3. Grayscale: #202020. Windows color (decimal): -15850436 or 3941390. OLE color: 3941390.

HSL color Cylindrical-coordinate representation of color #0E243C: hue angle of 211.3º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E243C is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB143660-
CMYK0.770.4000.76
HSL211.3º62.16%14.51%-
HSV(B)211.3º76.67%23.53%-
XYZ1.631.684.51-
YUV32.16143.71115.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.73%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=12.73%
G=32.73%
B=54.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1436600.770.4000.76211.362.1614.51
HexE243C4D2804Cd33ef
Octal1644741155001143237617
Binary1110100100111100100110110100001001100110100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,36,60); }

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

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

 a { background-color: rgb(14,36,60); }

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

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

 span { border-color: rgb(14,36,60); }

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