#06233C

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

Shades of Tangaroa #06233C

Tints of Tangaroa #06233C

Color information

#06233C (or 0x06233C) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 3C. RGB value is (6,35,60). Sum of RGB (Red+Green+Blue) = 6+35+60=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #06233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06233C is #F9DCC3. Grayscale: #1D1D1D. Windows color (decimal): -16374980 or 3941126. OLE color: 3941126.

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

Color convert

RGB63560-
CMYK0.900.4200.76
HSL207.78º81.82%12.94%-
HSV(B)207.78º90%23.53%-
XYZ1.491.574.5-
YUV29.18145.39111.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 60 (23.83% from 255) = 59.41%
R=5.94%
G=34.65%
B=59.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal635600.900.4200.76207.7881.8212.94
Hex6233C5A2A04Cd052d
Octal6437413252011432012215
Binary1101000111111001011010101010010011001101000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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