Html Css Color HEX #002440 Tangaroa

📋 copy color: '#002440'

red 0 ◦ green 36 ◦ blue 64

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

Shades of Tangaroa #002440

Tints of Tangaroa #002440

RGB

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

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

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

R = 0%
G = 36%
B = 64%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002440 (or 0x002440) is known color: Tangaroa. HEX triplet: 00, 24 and 40. RGB value is (0,36,64). Sum of RGB (Red+Green+Blue) = 0+36+64=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #002440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002440 is #FFDBBF. Grayscale: #1C1C1C. Windows color (decimal): -16767936 or 4203520. OLE color: 4203520.

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

Color convert

RGB 0 36 64 -
CMYK 1 0.44 0 0.75
HSL 206.25º 1% 0.13% -
HSV(B) 206.25º 1% 0.25% -
XYZ 1.56 1.63 5.08 -
YUV 28.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 0 36 64 1 0.44 0 0.75 206.25 1 0.13
Hex 0 24 40 64 2C 0 4B CE 64 D
Octal 0 44 100 144 54 0 113 316 144 15
Binary 0 100100 1000000 1100100 101100 0 1001011 11001110 1100100 1101

Color Harmonies of #002440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002440

Black with #002440

Text Example


Text Example

White with #002440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002440; }

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

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

background-color css

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

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

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

border-color css

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

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

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