Html Css Color HEX #071D38 Tangaroa

📋 copy color: '#071D38'

red 7 ◦ green 29 ◦ blue 56

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

Shades of Tangaroa #071D38

Tints of Tangaroa #071D38

RGB

 RED value IS 7 (3.13% from 255) = 7.61%

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

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

R = 7.61%
G = 31.52%
B = 60.87%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#071D38 (or 0x071D38) is known color: Tangaroa. HEX triplet: 07, 1D and 38. RGB value is (7,29,56). Sum of RGB (Red+Green+Blue) = 7+29+56=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #071D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D38 is #F8E2C7. Grayscale: #191919. Windows color (decimal): -16310984 or 3677447. OLE color: 3677447.

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

Color convert

RGB 7 29 56 -
CMYK 0.88 0.48 0 0.78
HSL 213.06º 0.78% 0.12% -
HSV(B) 213.06º 0.88% 0.22% -
XYZ 1.24 1.21 3.91 -
YUV 25.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 7 29 56 0.88 0.48 0 0.78 213.06 0.78 0.12
Hex 7 1D 38 58 30 0 4E D5 4E C
Octal 7 35 70 130 60 0 116 325 116 14
Binary 111 11101 111000 1011000 110000 0 1001110 11010101 1001110 1100

Color Harmonies of #071D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D38

Black with #071D38

Text Example


Text Example

White with #071D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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