#0E223C

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

Shades of Tangaroa #0E223C

Tints of Tangaroa #0E223C

Color information

#0E223C (or 0x0E223C) is unknown color: approx Tangaroa. HEX triplet: 0E, 22 and 3C. RGB value is (14,34,60). Sum of RGB (Red+Green+Blue) = 14+34+60=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E223C is #F1DDC3. Grayscale: #1E1E1E. Windows color (decimal): -15850948 or 3940878. OLE color: 3940878.

HSL color Cylindrical-coordinate representation of color #0E223C: hue angle of 213.91º 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 #0E223C is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB143460-
CMYK0.770.4300.76
HSL213.91º62.16%14.51%-
HSV(B)213.91º76.67%23.53%-
XYZ1.571.564.49-
YUV30.98144.37115.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.96%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 60 (23.83% from 255) = 55.56%
R=12.96%
G=31.48%
B=55.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1434600.770.4300.76213.9162.1614.51
HexE223C4D2B04Cd63ef
Octal1642741155301143267617
Binary1110100010111100100110110101101001100110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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