Html Css Color HEX #02263C Tangaroa

📋 copy color: '#02263C'

red 2 ◦ green 38 ◦ blue 60

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

Shades of Tangaroa #02263C

Tints of Tangaroa #02263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 38%

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

R = 2%
G = 38%
B = 60%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02263C (or 0x02263C) is known color: Tangaroa. HEX triplet: 02, 26 and 3C. RGB value is (2,38,60). Sum of RGB (Red+Green+Blue) = 2+38+60=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #02263C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02263C is #FDD9C3. Grayscale: #1D1D1D. Windows color (decimal): -16636356 or 3941890. OLE color: 3941890.

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

Color convert

RGB 2 38 60 -
CMYK 0.97 0.37 0 0.76
HSL 202.76º 0.94% 0.12% -
HSV(B) 202.76º 0.97% 0.24% -
XYZ 1.53 1.73 4.53 -
YUV 29.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 2 38 60 0.97 0.37 0 0.76 202.76 0.94 0.12
Hex 2 26 3C 61 25 0 4C CB 5E C
Octal 2 46 74 141 45 0 114 313 136 14
Binary 10 100110 111100 1100001 100101 0 1001100 11001011 1011110 1100

Color Harmonies of #02263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02263C

Black with #02263C

Text Example


Text Example

White with #02263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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