#06233B

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

Shades of Tangaroa #06233B

Tints of Tangaroa #06233B

Color information

#06233B (or 0x06233B) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 3B. RGB value is (6,35,59). Sum of RGB (Red+Green+Blue) = 6+35+59=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #06233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06233B is #F9DCC4. Grayscale: #1C1C1C. Windows color (decimal): -16374981 or 3875590. OLE color: 3875590.

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

Color convert

RGB63559-
CMYK0.900.4100.77
HSL207.17º81.54%12.75%-
HSV(B)207.17º89.83%23.14%-
XYZ1.471.564.36-
YUV29.06144.89111.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 59 (23.44% from 255) = 59%
R=6%
G=35%
B=59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal635590.900.4100.77207.1781.5412.75
Hex6233B5A2904Dcf52d
Octal6437313251011531712215
Binary1101000111110111011010101001010011011100111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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