Html Css Color HEX #092242 Tangaroa

📋 copy color: '#092242'

red 9 ◦ green 34 ◦ blue 66

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

Shades of Tangaroa #092242

Tints of Tangaroa #092242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 60.55%

R = 8.26%
G = 31.19%
B = 60.55%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#092242 (or 0x092242) is known color: Tangaroa. HEX triplet: 09, 22 and 42. RGB value is (9,34,66). Sum of RGB (Red+Green+Blue) = 9+34+66=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #092242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092242 is #F6DDBD. Grayscale: #1E1E1E. Windows color (decimal): -16178622 or 4334089. OLE color: 4334089.

HSL color Cylindrical-coordinate representation of color #092242: hue angle of 213.68º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092242 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 34 66 -
CMYK 0.86 0.48 0 0.74
HSL 213.68º 0.76% 0.15% -
HSV(B) 213.68º 0.86% 0.26% -
XYZ 1.67 1.6 5.37 -
YUV 30.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 9 34 66 0.86 0.48 0 0.74 213.68 0.76 0.15
Hex 9 22 42 56 30 0 4A D6 4C F
Octal 11 42 102 126 60 0 112 326 114 17
Binary 1001 100010 1000010 1010110 110000 0 1001010 11010110 1001100 1111

Color Harmonies of #092242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092242

Black with #092242

Text Example


Text Example

White with #092242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092242; }

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

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

background-color css

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

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

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

border-color css

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

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

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