#0C263F

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

Shades of Tangaroa #0C263F

Tints of Tangaroa #0C263F

Color information

#0C263F (or 0x0C263F) is unknown color: approx Tangaroa. HEX triplet: 0C, 26 and 3F. RGB value is (12,38,63). Sum of RGB (Red+Green+Blue) = 12+38+63=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C263F is #F3D9C0. Grayscale: #202020. Windows color (decimal): -15980993 or 4138508. OLE color: 4138508.

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

Color convert

RGB123863-
CMYK0.810.4000.75
HSL209.41º68%14.71%-
HSV(B)209.41º80.95%24.71%-
XYZ1.741.824.96-
YUV33.08144.89112.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.62%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 63 (25% from 255) = 55.75%
R=10.62%
G=33.63%
B=55.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1238630.810.4000.75209.416814.71
HexC263F512804Bd144f
Octal14467712150011332110417
Binary11001001101111111010001101000010010111101000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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