Html Css Color HEX #092244 Tangaroa

📋 copy color: '#092244'

red 9 ◦ green 34 ◦ blue 68

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

Shades of Tangaroa #092244

Tints of Tangaroa #092244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 61.26%

R = 8.11%
G = 30.63%
B = 61.26%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092244 (or 0x092244) is known color: Tangaroa. HEX triplet: 09, 22 and 44. RGB value is (9,34,68). Sum of RGB (Red+Green+Blue) = 9+34+68=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #092244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092244 is #F6DDBB. Grayscale: #1E1E1E. Windows color (decimal): -16178620 or 4465161. OLE color: 4465161.

HSL color Cylindrical-coordinate representation of color #092244: hue angle of 214.58º 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 #092244 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 34 68 -
CMYK 0.87 0.50 0 0.73
HSL 214.58º 0.77% 0.15% -
HSV(B) 214.58º 0.87% 0.27% -
XYZ 1.73 1.62 5.69 -
YUV 30.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 9 34 68 0.87 0.50 0 0.73 214.58 0.77 0.15
Hex 9 22 44 57 32 0 49 D7 4D F
Octal 11 42 104 127 62 0 111 327 115 17
Binary 1001 100010 1000100 1010111 110010 0 1001001 11010111 1001101 1111

Color Harmonies of #092244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092244

Black with #092244

Text Example


Text Example

White with #092244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092244; }

 p { color: rgb(9,34,68); }

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

background-color css

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

 a { background-color: rgb(9,34,68); }

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

border-color css

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

 span { border-color: rgb(9,34,68); }

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