Html Css Color HEX #022441 Tangaroa

📋 copy color: '#022441'

red 2 ◦ green 36 ◦ blue 65

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

Shades of Tangaroa #022441

Tints of Tangaroa #022441

RGB

 RED value IS 2 (1.17% from 255) = 1.94%

 GREEN value IS 36 (14.45% from 255) = 34.95%

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

R = 1.94%
G = 34.95%
B = 63.11%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#022441 (or 0x022441) is known color: Tangaroa. HEX triplet: 02, 24 and 41. RGB value is (2,36,65). Sum of RGB (Red+Green+Blue) = 2+36+65=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #022441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022441 is #FDDBBE. Grayscale: #1C1C1C. Windows color (decimal): -16636863 or 4269058. OLE color: 4269058.

HSL color Cylindrical-coordinate representation of color #022441: hue angle of 207.62º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022441 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 36 65 -
CMYK 0.97 0.45 0 0.75
HSL 207.62º 0.94% 0.13% -
HSV(B) 207.62º 0.97% 0.25% -
XYZ 1.61 1.66 5.24 -
YUV 29.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 2 36 65 0.97 0.45 0 0.75 207.62 0.94 0.13
Hex 2 24 41 61 2D 0 4B D0 5E D
Octal 2 44 101 141 55 0 113 320 136 15
Binary 10 100100 1000001 1100001 101101 0 1001011 11010000 1011110 1101

Color Harmonies of #022441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022441

Black with #022441

Text Example


Text Example

White with #022441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022441; }

 p { color: rgb(2,36,65); }

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

background-color css

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

 a { background-color: rgb(2,36,65); }

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

border-color css

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

 span { border-color: rgb(2,36,65); }

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