Html Css Color HEX #021D38 Tangaroa

📋 copy color: '#021D38'

red 2 ◦ green 29 ◦ blue 56

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

Shades of Tangaroa #021D38

Tints of Tangaroa #021D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.33%

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

R = 2.3%
G = 33.33%
B = 64.37%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021D38 (or 0x021D38) is known color: Tangaroa. HEX triplet: 02, 1D and 38. RGB value is (2,29,56). Sum of RGB (Red+Green+Blue) = 2+29+56=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #021D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D38 is #FDE2C7. Grayscale: #171717. Windows color (decimal): -16638664 or 3677442. OLE color: 3677442.

HSL color Cylindrical-coordinate representation of color #021D38: hue angle of 210º 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 #021D38 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 29 56 -
CMYK 0.96 0.48 0 0.78
HSL 210º 0.93% 0.11% -
HSV(B) 210º 0.96% 0.22% -
XYZ 1.18 1.18 3.91 -
YUV 24.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 2 29 56 0.96 0.48 0 0.78 210 0.93 0.11
Hex 2 1D 38 60 30 0 4E D2 5D B
Octal 2 35 70 140 60 0 116 322 135 13
Binary 10 11101 111000 1100000 110000 0 1001110 11010010 1011101 1011

Color Harmonies of #021D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D38

Black with #021D38

Text Example


Text Example

White with #021D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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