#062138

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

Shades of Tangaroa #062138

Tints of Tangaroa #062138

Color information

#062138 (or 0x062138) is unknown color: approx Tangaroa. HEX triplet: 06, 21 and 38. RGB value is (6,33,56). Sum of RGB (Red+Green+Blue) = 6+33+56=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #062138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062138 is #F9DEC7. Grayscale: #1B1B1B. Windows color (decimal): -16375496 or 3678470. OLE color: 3678470.

HSL color Cylindrical-coordinate representation of color #062138: hue angle of 207.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062138 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB63356-
CMYK0.890.4100.78
HSL207.6º80.65%12.16%-
HSV(B)207.6º89.29%21.96%-
XYZ1.331.413.94-
YUV27.55144.05112.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=6.32%
G=34.74%
B=58.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal633560.890.4100.78207.680.6512.16
Hex62138592904Ed051c
Octal6417013151011632012114
Binary1101000011110001011001101001010011101101000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062138; }

 p { color: rgb(6,33,56); }

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

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

 a { background-color: rgb(6,33,56); }

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

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

 span { border-color: rgb(6,33,56); }

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