Html Css Color HEX #072648 Tangaroa

📋 copy color: '#072648'

red 7 ◦ green 38 ◦ blue 72

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

Shades of Tangaroa #072648

Tints of Tangaroa #072648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.48%

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

R = 5.98%
G = 32.48%
B = 61.54%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072648 (or 0x072648) is known color: Tangaroa. HEX triplet: 07, 26 and 48. RGB value is (7,38,72). Sum of RGB (Red+Green+Blue) = 7+38+72=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #072648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072648 is #F8D9B7. Grayscale: #202020. Windows color (decimal): -16308664 or 4728327. OLE color: 4728327.

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

Color convert

RGB 7 38 72 -
CMYK 0.90 0.47 0 0.72
HSL 211.38º 0.82% 0.15% -
HSV(B) 211.38º 0.9% 0.28% -
XYZ 1.95 1.9 6.39 -
YUV 32.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 7 38 72 0.90 0.47 0 0.72 211.38 0.82 0.15
Hex 7 26 48 5A 2F 0 48 D3 52 F
Octal 7 46 110 132 57 0 110 323 122 17
Binary 111 100110 1001000 1011010 101111 0 1001000 11010011 1010010 1111

Color Harmonies of #072648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072648

Black with #072648

Text Example


Text Example

White with #072648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072648; }

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

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

background-color css

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

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

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

border-color css

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

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

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