Html Css Color HEX #022741 Tangaroa

📋 copy color: '#022741'

red 2 ◦ green 39 ◦ blue 65

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

Shades of Tangaroa #022741

Tints of Tangaroa #022741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.79%

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

R = 1.89%
G = 36.79%
B = 61.32%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#022741 (or 0x022741) is known color: Tangaroa. HEX triplet: 02, 27 and 41. RGB value is (2,39,65). Sum of RGB (Red+Green+Blue) = 2+39+65=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #022741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022741 is #FDD8BE. Grayscale: #1E1E1E. Windows color (decimal): -16636095 or 4269826. OLE color: 4269826.

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

Color convert

RGB 2 39 65 -
CMYK 0.97 0.40 0 0.75
HSL 204.76º 0.94% 0.13% -
HSV(B) 204.76º 0.97% 0.25% -
XYZ 1.7 1.85 5.27 -
YUV 30.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 2 39 65 0.97 0.40 0 0.75 204.76 0.94 0.13
Hex 2 27 41 61 28 0 4B CD 5E D
Octal 2 47 101 141 50 0 113 315 136 15
Binary 10 100111 1000001 1100001 101000 0 1001011 11001101 1011110 1101

Color Harmonies of #022741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022741

Black with #022741

Text Example


Text Example

White with #022741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022741; }

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

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

background-color css

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

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

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

border-color css

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

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

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