Html Css Color HEX #072838 Tangaroa

📋 copy color: '#072838'

red 7 ◦ green 40 ◦ blue 56

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

Shades of Tangaroa #072838

Tints of Tangaroa #072838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 38.83%

 BLUE value IS 56 (22.27% from 255) = 54.37%

R = 6.8%
G = 38.83%
B = 54.37%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072838 (or 0x072838) is known color: Tangaroa. HEX triplet: 07, 28 and 38. RGB value is (7,40,56). Sum of RGB (Red+Green+Blue) = 7+40+56=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #072838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072838 is #F8D7C7. Grayscale: #1F1F1F. Windows color (decimal): -16308168 or 3680263. OLE color: 3680263.

HSL color Cylindrical-coordinate representation of color #072838: hue angle of 199.59º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072838 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 40 56 -
CMYK 0.88 0.29 0 0.78
HSL 199.59º 0.78% 0.12% -
HSV(B) 199.59º 0.88% 0.22% -
XYZ 1.56 1.85 4.02 -
YUV 31.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 7 40 56 0.88 0.29 0 0.78 199.59 0.78 0.12
Hex 7 28 38 58 1D 0 4E C8 4E C
Octal 7 50 70 130 35 0 116 310 116 14
Binary 111 101000 111000 1011000 11101 0 1001110 11001000 1001110 1100

Color Harmonies of #072838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072838

Black with #072838

Text Example


Text Example

White with #072838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072838; }

 p { color: rgb(7,40,56); }

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

background-color css

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

 a { background-color: rgb(7,40,56); }

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

border-color css

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

 span { border-color: rgb(7,40,56); }

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