#0C223D

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

Shades of Tangaroa #0C223D

Tints of Tangaroa #0C223D

Color information

#0C223D (or 0x0C223D) is unknown color: approx Tangaroa. HEX triplet: 0C, 22 and 3D. RGB value is (12,34,61). Sum of RGB (Red+Green+Blue) = 12+34+61=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C223D is #F3DDC2. Grayscale: #1E1E1E. Windows color (decimal): -15982019 or 4006412. OLE color: 4006412.

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

Color convert

RGB123461-
CMYK0.800.4400.76
HSL213.06º67.12%14.31%-
HSV(B)213.06º80.33%23.92%-
XYZ1.571.564.63-
YUV30.5145.21114.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.21%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 61 (24.22% from 255) = 57.01%
R=11.21%
G=31.78%
B=57.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1234610.800.4400.76213.0667.1214.31
HexC223D502C04Cd543e
Octal14427512054011432510316
Binary11001000101111011010000101100010011001101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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