#01243C

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

Shades of Tangaroa #01243C

Tints of Tangaroa #01243C

Color information

#01243C (or 0x01243C) is unknown color: approx Tangaroa. HEX triplet: 01, 24 and 3C. RGB value is (1,36,60). Sum of RGB (Red+Green+Blue) = 1+36+60=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #01243C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01243C is #FEDBC3. Grayscale: #1C1C1C. Windows color (decimal): -16702404 or 3941377. OLE color: 3941377.

HSL color Cylindrical-coordinate representation of color #01243C: hue angle of 204.41º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01243C is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB13660-
CMYK0.980.4000.76
HSL204.41º96.72%11.96%-
HSV(B)204.41º98.33%23.53%-
XYZ1.461.594.51-
YUV28.27145.9108.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 60 (23.83% from 255) = 61.86%
R=1.03%
G=37.11%
B=61.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal136600.980.4000.76204.4196.7211.96
Hex1243C622804Ccc61c
Octal1447414250011431414114
Binary11001001111001100010101000010011001100110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01243C; }

 p { color: rgb(1,36,60); }

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

<style>
 a { background-color: #01243C; }

 a { background-color: rgb(1,36,60); }

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

<style>
 span { border-color: #01243C; }

 span { border-color: rgb(1,36,60); }

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