#00263B

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

Shades of Tangaroa #00263B

Tints of Tangaroa #00263B

Color information

#00263B (or 0x00263B) is unknown color: approx Tangaroa. HEX triplet: 00, 26 and 3B. RGB value is (0,38,59). Sum of RGB (Red+Green+Blue) = 0+38+59=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #00263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00263B is #FFD9C4. Grayscale: #1C1C1C. Windows color (decimal): -16767429 or 3876352. OLE color: 3876352.

HSL color Cylindrical-coordinate representation of color #00263B: hue angle of 201.36º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00263B is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB03859-
CMYK10.3600.77
HSL201.36º100%11.57%-
HSV(B)201.36º100%23.14%-
XYZ1.481.74.39-
YUV29.03144.91107.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 59 (23.44% from 255) = 60.82%
R=0%
G=39.18%
B=60.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0385910.3600.77201.3610011.57
Hex0263B642404Dc964c
Octal0467314444011531114414
Binary01001101110111100100100100010011011100100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00263B; }

 p { color: rgb(0,38,59); }

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

<style>
 a { background-color: #00263B; }

 a { background-color: rgb(0,38,59); }

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

<style>
 span { border-color: #00263B; }

 span { border-color: rgb(0,38,59); }

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