Html Css Color HEX #072C3F Tangaroa

📋 copy color: '#072C3F'

red 7 ◦ green 44 ◦ blue 63

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

Shades of Tangaroa #072C3F

Tints of Tangaroa #072C3F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.6%

 BLUE value IS 63 (25% from 255) = 55.26%

R = 6.14%
G = 38.6%
B = 55.26%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072C3F (or 0x072C3F) is known color: Tangaroa. HEX triplet: 07, 2C and 3F. RGB value is (7,44,63). Sum of RGB (Red+Green+Blue) = 7+44+63=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #072C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C3F is #F8D3C0. Grayscale: #222222. Windows color (decimal): -16307137 or 4140039. OLE color: 4140039.

HSL color Cylindrical-coordinate representation of color #072C3F: hue angle of 200.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072C3F is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 44 63 -
CMYK 0.89 0.30 0 0.75
HSL 200.36º 0.8% 0.14% -
HSV(B) 200.36º 0.89% 0.25% -
XYZ 1.89 2.21 5.03 -
YUV 35.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 7 44 63 0.89 0.30 0 0.75 200.36 0.8 0.14
Hex 7 2C 3F 59 1E 0 4B C8 50 E
Octal 7 54 77 131 36 0 113 310 120 16
Binary 111 101100 111111 1011001 11110 0 1001011 11001000 1010000 1110

Color Harmonies of #072C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C3F

Black with #072C3F

Text Example


Text Example

White with #072C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072C3F; }

 p { color: rgb(7,44,63); }

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

background-color css

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

 a { background-color: rgb(7,44,63); }

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

border-color css

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

 span { border-color: rgb(7,44,63); }

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