#0C253F

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

Shades of Tangaroa #0C253F

Tints of Tangaroa #0C253F

Color information

#0C253F (or 0x0C253F) is unknown color: approx Tangaroa. HEX triplet: 0C, 25 and 3F. RGB value is (12,37,63). Sum of RGB (Red+Green+Blue) = 12+37+63=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C253F is #F3DAC0. Grayscale: #202020. Windows color (decimal): -15981249 or 4138252. OLE color: 4138252.

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

Color convert

RGB123763-
CMYK0.810.4100.75
HSL210.59º68%14.71%-
HSV(B)210.59º80.95%24.71%-
XYZ1.711.764.95-
YUV32.49145.22113.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.71%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 63 (25% from 255) = 56.25%
R=10.71%
G=33.04%
B=56.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1237630.810.4100.75210.596814.71
HexC253F512904Bd344f
Octal14457712151011332310417
Binary11001001011111111010001101001010010111101001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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