Html Css Color HEX #072748 Tangaroa

📋 copy color: '#072748'

red 7 ◦ green 39 ◦ blue 72

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

Shades of Tangaroa #072748

Tints of Tangaroa #072748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.05%

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

R = 5.93%
G = 33.05%
B = 61.02%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072748 (or 0x072748) is known color: Tangaroa. HEX triplet: 07, 27 and 48. RGB value is (7,39,72). Sum of RGB (Red+Green+Blue) = 7+39+72=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #072748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072748 is #F8D8B7. Grayscale: #212121. Windows color (decimal): -16308408 or 4728583. OLE color: 4728583.

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

Color convert

RGB 7 39 72 -
CMYK 0.90 0.46 0 0.72
HSL 210.46º 0.82% 0.15% -
HSV(B) 210.46º 0.9% 0.28% -
XYZ 1.98 1.96 6.41 -
YUV 33.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 7 39 72 0.90 0.46 0 0.72 210.46 0.82 0.15
Hex 7 27 48 5A 2E 0 48 D2 52 F
Octal 7 47 110 132 56 0 110 322 122 17
Binary 111 100111 1001000 1011010 101110 0 1001000 11010010 1010010 1111

Color Harmonies of #072748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072748

Black with #072748

Text Example


Text Example

White with #072748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072748; }

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

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

background-color css

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

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

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

border-color css

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

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

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