Html Css Color HEX #092040 Tangaroa

📋 copy color: '#092040'

red 9 ◦ green 32 ◦ blue 64

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

Shades of Tangaroa #092040

Tints of Tangaroa #092040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 64 (25.39% from 255) = 60.95%

R = 8.57%
G = 30.48%
B = 60.95%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092040 (or 0x092040) is known color: Tangaroa. HEX triplet: 09, 20 and 40. RGB value is (9,32,64). Sum of RGB (Red+Green+Blue) = 9+32+64=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #092040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092040 is #F6DFBF. Grayscale: #1C1C1C. Windows color (decimal): -16179136 or 4202505. OLE color: 4202505.

HSL color Cylindrical-coordinate representation of color #092040: hue angle of 214.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092040 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 32 64 -
CMYK 0.86 0.50 0 0.75
HSL 214.91º 0.75% 0.14% -
HSV(B) 214.91º 0.86% 0.25% -
XYZ 1.55 1.46 5.05 -
YUV 28.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 9 32 64 0.86 0.50 0 0.75 214.91 0.75 0.14
Hex 9 20 40 56 32 0 4B D7 4B E
Octal 11 40 100 126 62 0 113 327 113 16
Binary 1001 100000 1000000 1010110 110010 0 1001011 11010111 1001011 1110

Color Harmonies of #092040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092040

Black with #092040

Text Example


Text Example

White with #092040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092040; }

 p { color: rgb(9,32,64); }

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

background-color css

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

 a { background-color: rgb(9,32,64); }

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

border-color css

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

 span { border-color: rgb(9,32,64); }

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