Html Css Color HEX #002339 Tangaroa

📋 copy color: '#002339'

red 0 ◦ green 35 ◦ blue 57

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

Shades of Tangaroa #002339

Tints of Tangaroa #002339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 61.96%

R = 0%
G = 38.04%
B = 61.96%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002339 (or 0x002339) is known color: Tangaroa. HEX triplet: 00, 23 and 39. RGB value is (0,35,57). Sum of RGB (Red+Green+Blue) = 0+35+57=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #002339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002339 is #FFDCC6. Grayscale: #1A1A1A. Windows color (decimal): -16768199 or 3744512. OLE color: 3744512.

HSL color Cylindrical-coordinate representation of color #002339: hue angle of 203.16º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002339 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 35 57 -
CMYK 1 0.39 0 0.78
HSL 203.16º 1% 0.11% -
HSV(B) 203.16º 1% 0.22% -
XYZ 1.34 1.5 4.09 -
YUV 27.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 0 35 57 1 0.39 0 0.78 203.16 1 0.11
Hex 0 23 39 64 27 0 4E CB 64 B
Octal 0 43 71 144 47 0 116 313 144 13
Binary 0 100011 111001 1100100 100111 0 1001110 11001011 1100100 1011

Color Harmonies of #002339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002339

Black with #002339

Text Example


Text Example

White with #002339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002339; }

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

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

background-color css

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

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

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

border-color css

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

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

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