Html Css Color HEX #061D38 Tangaroa

📋 copy color: '#061D38'

red 6 ◦ green 29 ◦ blue 56

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

Shades of Tangaroa #061D38

Tints of Tangaroa #061D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.87%

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

R = 6.59%
G = 31.87%
B = 61.54%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#061D38 (or 0x061D38) is known color: Tangaroa. HEX triplet: 06, 1D and 38. RGB value is (6,29,56). Sum of RGB (Red+Green+Blue) = 6+29+56=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #061D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D38 is #F9E2C7. Grayscale: #191919. Windows color (decimal): -16376520 or 3677446. OLE color: 3677446.

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

Color convert

RGB 6 29 56 -
CMYK 0.89 0.48 0 0.78
HSL 212.4º 0.81% 0.12% -
HSV(B) 212.4º 0.89% 0.22% -
XYZ 1.23 1.2 3.91 -
YUV 25.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 6 29 56 0.89 0.48 0 0.78 212.4 0.81 0.12
Hex 6 1D 38 59 30 0 4E D4 51 C
Octal 6 35 70 131 60 0 116 324 121 14
Binary 110 11101 111000 1011001 110000 0 1001110 11010100 1010001 1100

Color Harmonies of #061D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D38

Black with #061D38

Text Example


Text Example

White with #061D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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