Html Css Color HEX #02293C Tangaroa

📋 copy color: '#02293C'

red 2 ◦ green 41 ◦ blue 60

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

Shades of Tangaroa #02293C

Tints of Tangaroa #02293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 58.25%

R = 1.94%
G = 39.81%
B = 58.25%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02293C (or 0x02293C) is known color: Tangaroa. HEX triplet: 02, 29 and 3C. RGB value is (2,41,60). Sum of RGB (Red+Green+Blue) = 2+41+60=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #02293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02293C is #FDD6C3. Grayscale: #1F1F1F. Windows color (decimal): -16635588 or 3942658. OLE color: 3942658.

HSL color Cylindrical-coordinate representation of color #02293C: hue angle of 199.66º 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 #02293C is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 41 60 -
CMYK 0.97 0.32 0 0.76
HSL 199.66º 0.94% 0.12% -
HSV(B) 199.66º 0.97% 0.24% -
XYZ 1.63 1.93 4.56 -
YUV 31.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 2 41 60 0.97 0.32 0 0.76 199.66 0.94 0.12
Hex 2 29 3C 61 20 0 4C C8 5E C
Octal 2 51 74 141 40 0 114 310 136 14
Binary 10 101001 111100 1100001 100000 0 1001100 11001000 1011110 1100

Color Harmonies of #02293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02293C

Black with #02293C

Text Example


Text Example

White with #02293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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