Html Css Color HEX #072448 Tangaroa

📋 copy color: '#072448'

red 7 ◦ green 36 ◦ blue 72

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

Shades of Tangaroa #072448

Tints of Tangaroa #072448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 62.61%

R = 6.09%
G = 31.3%
B = 62.61%

CMYK

 C value IS 0.90

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072448 (or 0x072448) is known color: Tangaroa. HEX triplet: 07, 24 and 48. RGB value is (7,36,72). Sum of RGB (Red+Green+Blue) = 7+36+72=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #072448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072448 is #F8DBB7. Grayscale: #1F1F1F. Windows color (decimal): -16309176 or 4727815. OLE color: 4727815.

HSL color Cylindrical-coordinate representation of color #072448: hue angle of 213.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072448 is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 36 72 -
CMYK 0.90 0.5 0 0.72
HSL 213.23º 0.82% 0.15% -
HSV(B) 213.23º 0.9% 0.28% -
XYZ 1.89 1.77 6.37 -
YUV 31.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 7 36 72 0.90 0.5 0 0.72 213.23 0.82 0.15
Hex 7 24 48 5A 32 0 48 D5 52 F
Octal 7 44 110 132 62 0 110 325 122 17
Binary 111 100100 1001000 1011010 110010 0 1001000 11010101 1010010 1111

Color Harmonies of #072448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072448

Black with #072448

Text Example


Text Example

White with #072448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072448; }

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

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

background-color css

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

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

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

border-color css

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

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

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