#0C293D

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

Shades of Tangaroa #0C293D

Tints of Tangaroa #0C293D

Color information

#0C293D (or 0x0C293D) is unknown color: approx Tangaroa. HEX triplet: 0C, 29 and 3D. RGB value is (12,41,61). Sum of RGB (Red+Green+Blue) = 12+41+61=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C293D is #F3D6C2. Grayscale: #222222. Windows color (decimal): -15980227 or 4008204. OLE color: 4008204.

HSL color Cylindrical-coordinate representation of color #0C293D: hue angle of 204.49º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C293D is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB124161-
CMYK0.800.3300.76
HSL204.49º67.12%14.31%-
HSV(B)204.49º80.33%23.92%-
XYZ1.7924.71-
YUV34.61142.89111.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=10.53%
G=35.96%
B=53.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1241610.800.3300.76204.4967.1214.31
HexC293D502104Ccc43e
Octal14517512041011431410316
Binary11001010011111011010000100001010011001100110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,61); }

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

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

 a { background-color: rgb(12,41,61); }

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

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

 span { border-color: rgb(12,41,61); }

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