#0C2240

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

Shades of Tangaroa #0C2240

Tints of Tangaroa #0C2240

Color information

#0C2240 (or 0x0C2240) is unknown color: approx Tangaroa. HEX triplet: 0C, 22 and 40. RGB value is (12,34,64). Sum of RGB (Red+Green+Blue) = 12+34+64=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C2240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2240 is #F3DDBF. Grayscale: #1E1E1E. Windows color (decimal): -15982016 or 4203020. OLE color: 4203020.

HSL color Cylindrical-coordinate representation of color #0C2240: hue angle of 214.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C2240 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB123464-
CMYK0.810.4700.75
HSL214.62º68.42%14.9%-
HSV(B)214.62º81.25%25.1%-
XYZ1.651.595.07-
YUV30.84146.71114.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 64 (25.39% from 255) = 58.18%
R=10.91%
G=30.91%
B=58.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1234640.810.4700.75214.6268.4214.9
HexC2240512F04Bd744f
Octal144210012157011332710417
Binary110010001010000001010001101111010010111101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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