Html Css Color HEX #002239 Tangaroa

📋 copy color: '#002239'

red 0 ◦ green 34 ◦ blue 57

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

Shades of Tangaroa #002239

Tints of Tangaroa #002239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 37.36%

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

R = 0%
G = 37.36%
B = 62.64%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002239 (or 0x002239) is known color: Tangaroa. HEX triplet: 00, 22 and 39. RGB value is (0,34,57). Sum of RGB (Red+Green+Blue) = 0+34+57=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #002239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002239 is #FFDDC6. Grayscale: #1A1A1A. Windows color (decimal): -16768455 or 3744256. OLE color: 3744256.

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

Color convert

RGB 0 34 57 -
CMYK 1 0.40 0 0.78
HSL 204.21º 1% 0.11% -
HSV(B) 204.21º 1% 0.22% -
XYZ 1.31 1.44 4.08 -
YUV 26.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 0 34 57 1 0.40 0 0.78 204.21 1 0.11
Hex 0 22 39 64 28 0 4E CC 64 B
Octal 0 42 71 144 50 0 116 314 144 13
Binary 0 100010 111001 1100100 101000 0 1001110 11001100 1100100 1011

Color Harmonies of #002239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002239

Black with #002239

Text Example


Text Example

White with #002239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002239; }

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

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

background-color css

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

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

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

border-color css

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

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

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