Html Css Color HEX #092640 Tangaroa

📋 copy color: '#092640'

red 9 ◦ green 38 ◦ blue 64

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

Shades of Tangaroa #092640

Tints of Tangaroa #092640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 8.11%
G = 34.23%
B = 57.66%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092640 (or 0x092640) is known color: Tangaroa. HEX triplet: 09, 26 and 40. RGB value is (9,38,64). Sum of RGB (Red+Green+Blue) = 9+38+64=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #092640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092640 is #F6D9BF. Grayscale: #202020. Windows color (decimal): -16177600 or 4204041. OLE color: 4204041.

HSL color Cylindrical-coordinate representation of color #092640: hue angle of 208.36º 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 #092640 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 38 64 -
CMYK 0.86 0.41 0 0.75
HSL 208.36º 0.75% 0.14% -
HSV(B) 208.36º 0.86% 0.25% -
XYZ 1.73 1.81 5.11 -
YUV 32.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 9 38 64 0.86 0.41 0 0.75 208.36 0.75 0.14
Hex 9 26 40 56 29 0 4B D0 4B E
Octal 11 46 100 126 51 0 113 320 113 16
Binary 1001 100110 1000000 1010110 101001 0 1001011 11010000 1001011 1110

Color Harmonies of #092640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092640

Black with #092640

Text Example


Text Example

White with #092640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092640; }

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

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

background-color css

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

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

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

border-color css

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

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

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