Html Css Color HEX #02193A Tangaroa

📋 copy color: '#02193A'

red 2 ◦ green 25 ◦ blue 58

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

Shades of Tangaroa #02193A

Tints of Tangaroa #02193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.41%

 BLUE value IS 58 (23.05% from 255) = 68.24%

R = 2.35%
G = 29.41%
B = 68.24%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#02193A (or 0x02193A) is known color: Tangaroa. HEX triplet: 02, 19 and 3A. RGB value is (2,25,58). Sum of RGB (Red+Green+Blue) = 2+25+58=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #02193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02193A is #FDE6C5. Grayscale: #151515. Windows color (decimal): -16639686 or 3807490. OLE color: 3807490.

HSL color Cylindrical-coordinate representation of color #02193A: hue angle of 215.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02193A is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 25 58 -
CMYK 0.97 0.57 0 0.77
HSL 215.36º 0.93% 0.12% -
HSV(B) 215.36º 0.97% 0.23% -
XYZ 1.14 1.01 4.14 -
YUV 21.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 2 25 58 0.97 0.57 0 0.77 215.36 0.93 0.12
Hex 2 19 3A 61 39 0 4D D7 5D C
Octal 2 31 72 141 71 0 115 327 135 14
Binary 10 11001 111010 1100001 111001 0 1001101 11010111 1011101 1100

Color Harmonies of #02193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02193A

Black with #02193A

Text Example


Text Example

White with #02193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02193A; }

 p { color: rgb(2,25,58); }

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

background-color css

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

 a { background-color: rgb(2,25,58); }

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

border-color css

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

 span { border-color: rgb(2,25,58); }

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