Html Css Color HEX #021C3E Tangaroa

📋 copy color: '#021C3E'

red 2 ◦ green 28 ◦ blue 62

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

Shades of Tangaroa #021C3E

Tints of Tangaroa #021C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.43%

 BLUE value IS 62 (24.61% from 255) = 67.39%

R = 2.17%
G = 30.43%
B = 67.39%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#021C3E (or 0x021C3E) is known color: Tangaroa. HEX triplet: 02, 1C and 3E. RGB value is (2,28,62). Sum of RGB (Red+Green+Blue) = 2+28+62=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 62 (24.61% from 255 or 67.39% from 92); Max value from RGB is 62 - color contains mainly: blue. Hex color #021C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C3E is #FDE3C1. Grayscale: #171717. Windows color (decimal): -16638914 or 4070402. OLE color: 4070402.

HSL color Cylindrical-coordinate representation of color #021C3E: hue angle of 214º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021C3E is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 28 62 -
CMYK 0.97 0.55 0 0.76
HSL 214º 0.94% 0.13% -
HSV(B) 214º 0.97% 0.24% -
XYZ 1.31 1.19 4.72 -
YUV 24.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 2 28 62 0.97 0.55 0 0.76 214 0.94 0.13
Hex 2 1C 3E 61 37 0 4C D6 5E D
Octal 2 34 76 141 67 0 114 326 136 15
Binary 10 11100 111110 1100001 110111 0 1001100 11010110 1011110 1101

Color Harmonies of #021C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C3E

Black with #021C3E

Text Example


Text Example

White with #021C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C3E; }

 p { color: rgb(2,28,62); }

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

background-color css

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

 a { background-color: rgb(2,28,62); }

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

border-color css

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

 span { border-color: rgb(2,28,62); }

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