Html Css Color HEX #092146 Tangaroa

📋 copy color: '#092146'

red 9 ◦ green 33 ◦ blue 70

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

Shades of Tangaroa #092146

Tints of Tangaroa #092146

RGB

 RED value IS 9 (3.91% from 255) = 8.04%

 GREEN value IS 33 (13.28% from 255) = 29.46%

 BLUE value IS 70 (27.73% from 255) = 62.5%

R = 8.04%
G = 29.46%
B = 62.5%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092146 (or 0x092146) is known color: Tangaroa. HEX triplet: 09, 21 and 46. RGB value is (9,33,70). Sum of RGB (Red+Green+Blue) = 9+33+70=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #092146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092146 is #F6DEB9. Grayscale: #1D1D1D. Windows color (decimal): -16178874 or 4595977. OLE color: 4595977.

HSL color Cylindrical-coordinate representation of color #092146: hue angle of 216.39º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092146 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 33 70 -
CMYK 0.87 0.53 0 0.73
HSL 216.39º 0.77% 0.15% -
HSV(B) 216.39º 0.87% 0.27% -
XYZ 1.76 1.59 6.01 -
YUV 30.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 9 33 70 0.87 0.53 0 0.73 216.39 0.77 0.15
Hex 9 21 46 57 35 0 49 D8 4D F
Octal 11 41 106 127 65 0 111 330 115 17
Binary 1001 100001 1000110 1010111 110101 0 1001001 11011000 1001101 1111

Color Harmonies of #092146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092146

Black with #092146

Text Example


Text Example

White with #092146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092146; }

 p { color: rgb(9,33,70); }

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

background-color css

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

 a { background-color: rgb(9,33,70); }

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

border-color css

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

 span { border-color: rgb(9,33,70); }

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