Html Css Color HEX #001C40 Tangaroa

📋 copy color: '#001C40'

red 0 ◦ green 28 ◦ blue 64

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

Shades of Tangaroa #001C40

Tints of Tangaroa #001C40

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 28 (11.33% from 255) = 30.43%

 BLUE value IS 64 (25.39% from 255) = 69.57%

R = 0%
G = 30.43%
B = 69.57%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001C40 (or 0x001C40) is known color: Tangaroa. HEX triplet: 00, 1C and 40. RGB value is (0,28,64). Sum of RGB (Red+Green+Blue) = 0+28+64=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #001C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C40 is #FFE3BF. Grayscale: #171717. Windows color (decimal): -16769984 or 4201472. OLE color: 4201472.

HSL color Cylindrical-coordinate representation of color #001C40: hue angle of 213.75º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C40 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 28 64 -
CMYK 1 0.56 0 0.75
HSL 213.75º 1% 0.13% -
HSV(B) 213.75º 1% 0.25% -
XYZ 1.34 1.2 5.01 -
YUV 23.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 0 28 64 1 0.56 0 0.75 213.75 1 0.13
Hex 0 1C 40 64 38 0 4B D6 64 D
Octal 0 34 100 144 70 0 113 326 144 15
Binary 0 11100 1000000 1100100 111000 0 1001011 11010110 1100100 1101

Color Harmonies of #001C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C40

Black with #001C40

Text Example


Text Example

White with #001C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001C40; }

 p { color: rgb(0,28,64); }

 H1.HeaderClassName
 {
   color: #001C40;
 }
 .AnyTagClassName
 {
   color: #001C40;
 }
</style>

background-color css

<style>
 a { background-color: #001C40; }

 a { background-color: rgb(0,28,64); }

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

border-color css

<style>
 span { border-color: #001C40; }

 span { border-color: rgb(0,28,64); }

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