#01243D

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

Shades of Tangaroa #01243D

Tints of Tangaroa #01243D

Color information

#01243D (or 0x01243D) is unknown color: approx Tangaroa. HEX triplet: 01, 24 and 3D. RGB value is (1,36,61). Sum of RGB (Red+Green+Blue) = 1+36+61=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #01243D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01243D is #FEDBC2. Grayscale: #1C1C1C. Windows color (decimal): -16702403 or 4006913. OLE color: 4006913.

HSL color Cylindrical-coordinate representation of color #01243D: hue angle of 205º 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 #01243D is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB13661-
CMYK0.980.4100.76
HSL205º96.77%12.16%-
HSV(B)205º98.36%23.92%-
XYZ1.491.614.65-
YUV28.38146.4108.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=1.02%
G=36.73%
B=62.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal136610.980.4100.7620596.7712.16
Hex1243D622904Ccd61c
Octal1447514251011431514114
Binary11001001111011100010101001010011001100110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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