Html Css Color HEX #072238 Tangaroa

📋 copy color: '#072238'

red 7 ◦ green 34 ◦ blue 56

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

Shades of Tangaroa #072238

Tints of Tangaroa #072238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.05%

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

R = 7.22%
G = 35.05%
B = 57.73%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072238 (or 0x072238) is known color: Tangaroa. HEX triplet: 07, 22 and 38. RGB value is (7,34,56). Sum of RGB (Red+Green+Blue) = 7+34+56=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #072238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072238 is #F8DDC7. Grayscale: #1C1C1C. Windows color (decimal): -16309704 or 3678727. OLE color: 3678727.

HSL color Cylindrical-coordinate representation of color #072238: hue angle of 206.94º 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 #072238 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 34 56 -
CMYK 0.88 0.39 0 0.78
HSL 206.94º 0.78% 0.12% -
HSV(B) 206.94º 0.88% 0.22% -
XYZ 1.37 1.47 3.95 -
YUV 28.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 7 34 56 0.88 0.39 0 0.78 206.94 0.78 0.12
Hex 7 22 38 58 27 0 4E CF 4E C
Octal 7 42 70 130 47 0 116 317 116 14
Binary 111 100010 111000 1011000 100111 0 1001110 11001111 1001110 1100

Color Harmonies of #072238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072238

Black with #072238

Text Example


Text Example

White with #072238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072238; }

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

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

background-color css

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

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

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

border-color css

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

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

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