Html Css Color HEX #002340 Tangaroa

📋 copy color: '#002340'

red 0 ◦ green 35 ◦ blue 64

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

Shades of Tangaroa #002340

Tints of Tangaroa #002340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35.35%

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

R = 0%
G = 35.35%
B = 64.65%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002340 (or 0x002340) is known color: Tangaroa. HEX triplet: 00, 23 and 40. RGB value is (0,35,64). Sum of RGB (Red+Green+Blue) = 0+35+64=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #002340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002340 is #FFDCBF. Grayscale: #1B1B1B. Windows color (decimal): -16768192 or 4203264. OLE color: 4203264.

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

Color convert

RGB 0 35 64 -
CMYK 1 0.45 0 0.75
HSL 207.19º 1% 0.13% -
HSV(B) 207.19º 1% 0.25% -
XYZ 1.53 1.57 5.07 -
YUV 27.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 0 35 64 1 0.45 0 0.75 207.19 1 0.13
Hex 0 23 40 64 2D 0 4B CF 64 D
Octal 0 43 100 144 55 0 113 317 144 15
Binary 0 100011 1000000 1100100 101101 0 1001011 11001111 1100100 1101

Color Harmonies of #002340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002340

Black with #002340

Text Example


Text Example

White with #002340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002340; }

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

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

background-color css

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

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

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

border-color css

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

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

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