Html Css Color HEX #072438 Tangaroa

📋 copy color: '#072438'

red 7 ◦ green 36 ◦ blue 56

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

Shades of Tangaroa #072438

Tints of Tangaroa #072438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 36.36%

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

R = 7.07%
G = 36.36%
B = 56.57%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072438 (or 0x072438) is known color: Tangaroa. HEX triplet: 07, 24 and 38. RGB value is (7,36,56). Sum of RGB (Red+Green+Blue) = 7+36+56=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #072438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072438 is #F8DBC7. Grayscale: #1D1D1D. Windows color (decimal): -16309192 or 3679239. OLE color: 3679239.

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

Color convert

RGB 7 36 56 -
CMYK 0.88 0.36 0 0.78
HSL 204.49º 0.78% 0.12% -
HSV(B) 204.49º 0.88% 0.22% -
XYZ 1.43 1.59 3.97 -
YUV 29.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 7 36 56 0.88 0.36 0 0.78 204.49 0.78 0.12
Hex 7 24 38 58 24 0 4E CC 4E C
Octal 7 44 70 130 44 0 116 314 116 14
Binary 111 100100 111000 1011000 100100 0 1001110 11001100 1001110 1100

Color Harmonies of #072438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072438

Black with #072438

Text Example


Text Example

White with #072438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072438; }

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

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

background-color css

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

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

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

border-color css

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

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

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