Html Css Color HEX #02293D Tangaroa

📋 copy color: '#02293D'

red 2 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #02293D

Tints of Tangaroa #02293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.42%

 BLUE value IS 61 (24.22% from 255) = 58.65%

R = 1.92%
G = 39.42%
B = 58.65%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02293D (or 0x02293D) is known color: Tangaroa. HEX triplet: 02, 29 and 3D. RGB value is (2,41,61). Sum of RGB (Red+Green+Blue) = 2+41+61=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #02293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02293D is #FDD6C2. Grayscale: #1F1F1F. Windows color (decimal): -16635587 or 4008194. OLE color: 4008194.

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

Color convert

RGB 2 41 61 -
CMYK 0.97 0.33 0 0.76
HSL 200.34º 0.94% 0.12% -
HSV(B) 200.34º 0.97% 0.24% -
XYZ 1.66 1.94 4.7 -
YUV 31.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 2 41 61 0.97 0.33 0 0.76 200.34 0.94 0.12
Hex 2 29 3D 61 21 0 4C C8 5E C
Octal 2 51 75 141 41 0 114 310 136 14
Binary 10 101001 111101 1100001 100001 0 1001100 11001000 1011110 1100

Color Harmonies of #02293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02293D

Black with #02293D

Text Example


Text Example

White with #02293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02293D; }

 p { color: rgb(2,41,61); }

 H1.HeaderClassName
 {
   color: #02293D;
 }
 .AnyTagClassName
 {
   color: #02293D;
 }
</style>

background-color css

<style>
 a { background-color: #02293D; }

 a { background-color: rgb(2,41,61); }

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

border-color css

<style>
 span { border-color: #02293D; }

 span { border-color: rgb(2,41,61); }

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