Html Css Color HEX #072538 Tangaroa

📋 copy color: '#072538'

red 7 ◦ green 37 ◦ blue 56

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

Shades of Tangaroa #072538

Tints of Tangaroa #072538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37%

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

R = 7%
G = 37%
B = 56%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072538 (or 0x072538) is known color: Tangaroa. HEX triplet: 07, 25 and 38. RGB value is (7,37,56). Sum of RGB (Red+Green+Blue) = 7+37+56=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #072538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072538 is #F8DAC7. Grayscale: #1E1E1E. Windows color (decimal): -16308936 or 3679495. OLE color: 3679495.

HSL color Cylindrical-coordinate representation of color #072538: hue angle of 203.27º 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 #072538 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 37 56 -
CMYK 0.88 0.34 0 0.78
HSL 203.27º 0.78% 0.12% -
HSV(B) 203.27º 0.88% 0.22% -
XYZ 1.46 1.65 3.98 -
YUV 30.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 7 37 56 0.88 0.34 0 0.78 203.27 0.78 0.12
Hex 7 25 38 58 22 0 4E CB 4E C
Octal 7 45 70 130 42 0 116 313 116 14
Binary 111 100101 111000 1011000 100010 0 1001110 11001011 1001110 1100

Color Harmonies of #072538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072538

Black with #072538

Text Example


Text Example

White with #072538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072538; }

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

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

background-color css

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

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

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

border-color css

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

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

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