#08233F

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

Shades of Tangaroa #08233F

Tints of Tangaroa #08233F

Color information

#08233F (or 0x08233F) is unknown color: approx Tangaroa. HEX triplet: 08, 23 and 3F. RGB value is (8,35,63). Sum of RGB (Red+Green+Blue) = 8+35+63=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #08233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08233F is #F7DCC0. Grayscale: #1D1D1D. Windows color (decimal): -16243905 or 4137736. OLE color: 4137736.

HSL color Cylindrical-coordinate representation of color #08233F: hue angle of 210.55º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08233F is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB83563-
CMYK0.870.4400.75
HSL210.55º77.46%13.92%-
HSV(B)210.55º87.3%24.71%-
XYZ1.61.614.93-
YUV30.12146.55112.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 63 (25% from 255) = 59.43%
R=7.55%
G=33.02%
B=59.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal835630.870.4400.75210.5577.4613.92
Hex8233F572C04Bd34de
Octal10437712754011332311516
Binary10001000111111111010111101100010010111101001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,35,63); }

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

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

 a { background-color: rgb(8,35,63); }

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

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

 span { border-color: rgb(8,35,63); }

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