Html Css Color HEX #002341 Tangaroa

📋 copy color: '#002341'

red 0 ◦ green 35 ◦ blue 65

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

Shades of Tangaroa #002341

Tints of Tangaroa #002341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 65%

R = 0%
G = 35%
B = 65%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002341 (or 0x002341) is known color: Tangaroa. HEX triplet: 00, 23 and 41. RGB value is (0,35,65). Sum of RGB (Red+Green+Blue) = 0+35+65=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #002341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002341 is #FFDCBE. Grayscale: #1B1B1B. Windows color (decimal): -16768191 or 4268800. OLE color: 4268800.

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

Color convert

RGB 0 35 65 -
CMYK 1 0.46 0 0.75
HSL 207.69º 1% 0.13% -
HSV(B) 207.69º 1% 0.25% -
XYZ 1.56 1.58 5.22 -
YUV 27.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 0 35 65 1 0.46 0 0.75 207.69 1 0.13
Hex 0 23 41 64 2E 0 4B D0 64 D
Octal 0 43 101 144 56 0 113 320 144 15
Binary 0 100011 1000001 1100100 101110 0 1001011 11010000 1100100 1101

Color Harmonies of #002341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002341

Black with #002341

Text Example


Text Example

White with #002341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002341; }

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

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

background-color css

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

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

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

border-color css

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

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

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