Html Css Color HEX #021C3F Tangaroa

📋 copy color: '#021C3F'

red 2 ◦ green 28 ◦ blue 63

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

Shades of Tangaroa #021C3F

Tints of Tangaroa #021C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 67.74%

R = 2.15%
G = 30.11%
B = 67.74%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021C3F (or 0x021C3F) is known color: Tangaroa. HEX triplet: 02, 1C and 3F. RGB value is (2,28,63). Sum of RGB (Red+Green+Blue) = 2+28+63=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #021C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C3F is #FDE3C0. Grayscale: #181818. Windows color (decimal): -16638913 or 4135938. OLE color: 4135938.

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

Color convert

RGB 2 28 63 -
CMYK 0.97 0.56 0 0.75
HSL 214.43º 0.94% 0.13% -
HSV(B) 214.43º 0.97% 0.25% -
XYZ 1.34 1.2 4.86 -
YUV 24.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 2 28 63 0.97 0.56 0 0.75 214.43 0.94 0.13
Hex 2 1C 3F 61 38 0 4B D6 5E D
Octal 2 34 77 141 70 0 113 326 136 15
Binary 10 11100 111111 1100001 111000 0 1001011 11010110 1011110 1101

Color Harmonies of #021C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C3F

Black with #021C3F

Text Example


Text Example

White with #021C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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