Html Css Color HEX #092740 Tangaroa

📋 copy color: '#092740'

red 9 ◦ green 39 ◦ blue 64

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

Shades of Tangaroa #092740

Tints of Tangaroa #092740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

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

R = 8.04%
G = 34.82%
B = 57.14%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092740 (or 0x092740) is known color: Tangaroa. HEX triplet: 09, 27 and 40. RGB value is (9,39,64). Sum of RGB (Red+Green+Blue) = 9+39+64=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #092740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092740 is #F6D8BF. Grayscale: #202020. Windows color (decimal): -16177344 or 4204297. OLE color: 4204297.

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

Color convert

RGB 9 39 64 -
CMYK 0.86 0.39 0 0.75
HSL 207.27º 0.75% 0.14% -
HSV(B) 207.27º 0.86% 0.25% -
XYZ 1.76 1.88 5.12 -
YUV 32.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 9 39 64 0.86 0.39 0 0.75 207.27 0.75 0.14
Hex 9 27 40 56 27 0 4B CF 4B E
Octal 11 47 100 126 47 0 113 317 113 16
Binary 1001 100111 1000000 1010110 100111 0 1001011 11001111 1001011 1110

Color Harmonies of #092740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092740

Black with #092740

Text Example


Text Example

White with #092740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092740; }

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

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

background-color css

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

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

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

border-color css

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

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

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