Html Css Color HEX #01243F Tangaroa

📋 copy color: '#01243F'

red 1 ◦ green 36 ◦ blue 63

#01243F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #01243F

Tints of Tangaroa #01243F

RGB

 RED value IS 1 (0.78% from 255) = 1%

 GREEN value IS 36 (14.45% from 255) = 36%

 BLUE value IS 63 (25% from 255) = 63%

R = 1%
G = 36%
B = 63%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01243F (or 0x01243F) is known color: Tangaroa. HEX triplet: 01, 24 and 3F. RGB value is (1,36,63). Sum of RGB (Red+Green+Blue) = 1+36+63=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #01243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01243F is #FEDBC0. Grayscale: #1C1C1C. Windows color (decimal): -16702401 or 4137985. OLE color: 4137985.

HSL color Cylindrical-coordinate representation of color #01243F: hue angle of 206.13º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01243F is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 36 63 -
CMYK 0.98 0.43 0 0.75
HSL 206.13º 0.97% 0.13% -
HSV(B) 206.13º 0.98% 0.25% -
XYZ 1.54 1.63 4.94 -
YUV 28.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 1 36 63 0.98 0.43 0 0.75 206.13 0.97 0.13
Hex 1 24 3F 62 2B 0 4B CE 61 D
Octal 1 44 77 142 53 0 113 316 141 15
Binary 1 100100 111111 1100010 101011 0 1001011 11001110 1100001 1101

Color Harmonies of #01243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01243F

Black with #01243F

Text Example


Text Example

White with #01243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01243F;
 }
 .AnyTagClassName
 {
   color: #01243F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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