Html Css Color HEX #062138 Tangaroa

📋 copy color: '#062138'

red 6 ◦ green 33 ◦ blue 56

#062138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #062138

Tints of Tangaroa #062138

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 value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#062138 (or 0x062138) is known color: 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

RGB 6 33 56 -
CMYK 0.89 0.41 0 0.78
HSL 207.6º 0.81% 0.12% -
HSV(B) 207.6º 0.89% 0.22% -
XYZ 1.33 1.41 3.94 -
YUV 27.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 6 33 56 0.89 0.41 0 0.78 207.6 0.81 0.12
Hex 6 21 38 59 29 0 4E D0 51 C
Octal 6 41 70 131 51 0 116 320 121 14
Binary 110 100001 111000 1011001 101001 0 1001110 11010000 1010001 1100

Color Harmonies of #062138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062138

Black with #062138

Text Example


Text Example

White with #062138

Text Example


Text Example

HTML Codes & Css Web 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>