Html Css Color HEX #002241 Tangaroa

📋 copy color: '#002241'

red 0 ◦ green 34 ◦ blue 65

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

Shades of Tangaroa #002241

Tints of Tangaroa #002241

RGB

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

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

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

R = 0%
G = 34.34%
B = 65.66%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002241 (or 0x002241) is known color: Tangaroa. HEX triplet: 00, 22 and 41. RGB value is (0,34,65). Sum of RGB (Red+Green+Blue) = 0+34+65=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #002241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002241 is #FFDDBE. Grayscale: #1B1B1B. Windows color (decimal): -16768447 or 4268544. OLE color: 4268544.

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

Color convert

RGB 0 34 65 -
CMYK 1 0.48 0 0.75
HSL 208.62º 1% 0.13% -
HSV(B) 208.62º 1% 0.25% -
XYZ 1.53 1.53 5.22 -
YUV 27.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 0 34 65 1 0.48 0 0.75 208.62 1 0.13
Hex 0 22 41 64 30 0 4B D1 64 D
Octal 0 42 101 144 60 0 113 321 144 15
Binary 0 100010 1000001 1100100 110000 0 1001011 11010001 1100100 1101

Color Harmonies of #002241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002241

Black with #002241

Text Example


Text Example

White with #002241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002241; }

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

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

background-color css

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

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

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

border-color css

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

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

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