Html Css Color HEX #072948 Tangaroa

📋 copy color: '#072948'

red 7 ◦ green 41 ◦ blue 72

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

Shades of Tangaroa #072948

Tints of Tangaroa #072948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.17%

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

R = 5.83%
G = 34.17%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072948 (or 0x072948) is known color: Tangaroa. HEX triplet: 07, 29 and 48. RGB value is (7,41,72). Sum of RGB (Red+Green+Blue) = 7+41+72=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #072948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072948 is #F8D6B7. Grayscale: #222222. Windows color (decimal): -16307896 or 4729095. OLE color: 4729095.

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

Color convert

RGB 7 41 72 -
CMYK 0.90 0.43 0 0.72
HSL 208.62º 0.82% 0.15% -
HSV(B) 208.62º 0.9% 0.28% -
XYZ 2.05 2.1 6.43 -
YUV 34.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 7 41 72 0.90 0.43 0 0.72 208.62 0.82 0.15
Hex 7 29 48 5A 2B 0 48 D1 52 F
Octal 7 51 110 132 53 0 110 321 122 17
Binary 111 101001 1001000 1011010 101011 0 1001000 11010001 1010010 1111

Color Harmonies of #072948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072948

Black with #072948

Text Example


Text Example

White with #072948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072948; }

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

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

background-color css

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

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

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

border-color css

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

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

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