#08233C

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

Shades of Tangaroa #08233C

Tints of Tangaroa #08233C

Color information

#08233C (or 0x08233C) is unknown color: approx Tangaroa. HEX triplet: 08, 23 and 3C. RGB value is (8,35,60). Sum of RGB (Red+Green+Blue) = 8+35+60=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 35 (14.06% from 255 or 33.98% 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 #08233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08233C is #F7DCC3. Grayscale: #1D1D1D. Windows color (decimal): -16243908 or 3941128. OLE color: 3941128.

HSL color Cylindrical-coordinate representation of color #08233C: hue angle of 208.85º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08233C is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB83560-
CMYK0.870.4200.76
HSL208.85º76.47%13.33%-
HSV(B)208.85º86.67%23.53%-
XYZ1.521.584.5-
YUV29.78145.05112.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 60 (23.83% from 255) = 58.25%
R=7.77%
G=33.98%
B=58.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal835600.870.4200.76208.8576.4713.33
Hex8233C572A04Cd14cd
Octal10437412752011432111415
Binary10001000111111001010111101010010011001101000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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