#0C283F

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

Shades of Tangaroa #0C283F

Tints of Tangaroa #0C283F

Color information

#0C283F (or 0x0C283F) is unknown color: approx Tangaroa. HEX triplet: 0C, 28 and 3F. RGB value is (12,40,63). Sum of RGB (Red+Green+Blue) = 12+40+63=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C283F is #F3D7C0. Grayscale: #222222. Windows color (decimal): -15980481 or 4139020. OLE color: 4139020.

HSL color Cylindrical-coordinate representation of color #0C283F: hue angle of 207.06º 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 #0C283F is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB124063-
CMYK0.810.3700.75
HSL207.06º68%14.71%-
HSV(B)207.06º80.95%24.71%-
XYZ1.811.954.98-
YUV34.25144.22112.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.43%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 63 (25% from 255) = 54.78%
R=10.43%
G=34.78%
B=54.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1240630.810.3700.75207.066814.71
HexC283F512504Bcf44f
Octal14507712145011331710417
Binary11001010001111111010001100101010010111100111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,40,63); }

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

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

 a { background-color: rgb(12,40,63); }

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

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

 span { border-color: rgb(12,40,63); }

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