#06283B

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

Shades of Tangaroa #06283B

Tints of Tangaroa #06283B

Color information

#06283B (or 0x06283B) is unknown color: approx Tangaroa. HEX triplet: 06, 28 and 3B. RGB value is (6,40,59). Sum of RGB (Red+Green+Blue) = 6+40+59=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #06283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06283B is #F9D7C4. Grayscale: #1F1F1F. Windows color (decimal): -16373701 or 3876870. OLE color: 3876870.

HSL color Cylindrical-coordinate representation of color #06283B: hue angle of 201.51º 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 #06283B is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB64059-
CMYK0.900.3200.77
HSL201.51º81.54%12.75%-
HSV(B)201.51º89.83%23.14%-
XYZ1.621.874.41-
YUV32143.24109.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 59 (23.44% from 255) = 56.19%
R=5.71%
G=38.10%
B=56.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal640590.900.3200.77201.5181.5412.75
Hex6283B5A2004Dca52d
Octal6507313240011531212215
Binary1101010001110111011010100000010011011100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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