#02263F

Color #02263F Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #02263F

Tints of Tangaroa #02263F

Color information

#02263F (or 0x02263F) is unknown color: approx Tangaroa. HEX triplet: 02, 26 and 3F. RGB value is (2,38,63). Sum of RGB (Red+Green+Blue) = 2+38+63=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #02263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02263F is #FDD9C0. Grayscale: #1D1D1D. Windows color (decimal): -16636353 or 4138498. OLE color: 4138498.

HSL color Cylindrical-coordinate representation of color #02263F: hue angle of 204.59º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02263F is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB23863-
CMYK0.970.4000.75
HSL204.59º93.85%12.75%-
HSV(B)204.59º96.83%24.71%-
XYZ1.621.764.96-
YUV30.09146.57107.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 63 (25% from 255) = 61.17%
R=1.94%
G=36.89%
B=61.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal238630.970.4000.75204.5993.8512.75
Hex2263F612804Bcd5ed
Octal2467714150011331513615
Binary101001101111111100001101000010010111100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02263F;
 }
 .AnyTagClassName
 {
   color: #02263F;
 }
</style>
background-color css

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

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

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

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

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

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