Html Css Color HEX #072548 Tangaroa

📋 copy color: '#072548'

red 7 ◦ green 37 ◦ blue 72

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

Shades of Tangaroa #072548

Tints of Tangaroa #072548

RGB

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

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

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

R = 6.03%
G = 31.9%
B = 62.07%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072548 (or 0x072548) is known color: Tangaroa. HEX triplet: 07, 25 and 48. RGB value is (7,37,72). Sum of RGB (Red+Green+Blue) = 7+37+72=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #072548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072548 is #F8DAB7. Grayscale: #1F1F1F. Windows color (decimal): -16308920 or 4728071. OLE color: 4728071.

HSL color Cylindrical-coordinate representation of color #072548: hue angle of 212.31º 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 #072548 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 37 72 -
CMYK 0.90 0.49 0 0.72
HSL 212.31º 0.82% 0.15% -
HSV(B) 212.31º 0.9% 0.28% -
XYZ 1.92 1.84 6.38 -
YUV 32.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 7 37 72 0.90 0.49 0 0.72 212.31 0.82 0.15
Hex 7 25 48 5A 31 0 48 D4 52 F
Octal 7 45 110 132 61 0 110 324 122 17
Binary 111 100101 1001000 1011010 110001 0 1001000 11010100 1010010 1111

Color Harmonies of #072548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072548

Black with #072548

Text Example


Text Example

White with #072548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072548; }

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

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

background-color css

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

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

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

border-color css

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

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

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