Html Css Color HEX #061B38 Tangaroa

📋 copy color: '#061B38'

red 6 ◦ green 27 ◦ blue 56

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

Shades of Tangaroa #061B38

Tints of Tangaroa #061B38

RGB

 RED value IS 6 (2.73% from 255) = 6.74%

 GREEN value IS 27 (10.94% from 255) = 30.34%

 BLUE value IS 56 (22.27% from 255) = 62.92%

R = 6.74%
G = 30.34%
B = 62.92%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#061B38 (or 0x061B38) is known color: Tangaroa. HEX triplet: 06, 1B and 38. RGB value is (6,27,56). Sum of RGB (Red+Green+Blue) = 6+27+56=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #061B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B38 is #F9E4C7. Grayscale: #171717. Windows color (decimal): -16377032 or 3676934. OLE color: 3676934.

HSL color Cylindrical-coordinate representation of color #061B38: hue angle of 214.8º 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 #061B38 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 27 56 -
CMYK 0.89 0.52 0 0.78
HSL 214.8º 0.81% 0.12% -
HSV(B) 214.8º 0.89% 0.22% -
XYZ 1.18 1.11 3.89 -
YUV 24.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 6 27 56 0.89 0.52 0 0.78 214.8 0.81 0.12
Hex 6 1B 38 59 34 0 4E D7 51 C
Octal 6 33 70 131 64 0 116 327 121 14
Binary 110 11011 111000 1011001 110100 0 1001110 11010111 1010001 1100

Color Harmonies of #061B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061B38

Black with #061B38

Text Example


Text Example

White with #061B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061B38; }

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

 H1.HeaderClassName
 {
   color: #061B38;
 }
 .AnyTagClassName
 {
   color: #061B38;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #061B38;
 }
 .BgClassName
 {
   background-color: #061B38;
 }
</style>

border-color css

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

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

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