Html Css Color HEX #021C38 Tangaroa

📋 copy color: '#021C38'

red 2 ◦ green 28 ◦ blue 56

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

Shades of Tangaroa #021C38

Tints of Tangaroa #021C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 65.12%

R = 2.33%
G = 32.56%
B = 65.12%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021C38 (or 0x021C38) is known color: Tangaroa. HEX triplet: 02, 1C and 38. RGB value is (2,28,56). Sum of RGB (Red+Green+Blue) = 2+28+56=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #021C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C38 is #FDE3C7. Grayscale: #171717. Windows color (decimal): -16638920 or 3677186. OLE color: 3677186.

HSL color Cylindrical-coordinate representation of color #021C38: hue angle of 211.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C38 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 28 56 -
CMYK 0.96 0.50 0 0.78
HSL 211.11º 0.93% 0.11% -
HSV(B) 211.11º 0.96% 0.22% -
XYZ 1.15 1.13 3.9 -
YUV 23.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 2 28 56 0.96 0.50 0 0.78 211.11 0.93 0.11
Hex 2 1C 38 60 32 0 4E D3 5D B
Octal 2 34 70 140 62 0 116 323 135 13
Binary 10 11100 111000 1100000 110010 0 1001110 11010011 1011101 1011

Color Harmonies of #021C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C38

Black with #021C38

Text Example


Text Example

White with #021C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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