Html Css Color HEX #092240 Tangaroa

📋 copy color: '#092240'

red 9 ◦ green 34 ◦ blue 64

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

Shades of Tangaroa #092240

Tints of Tangaroa #092240

RGB

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

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

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

R = 8.41%
G = 31.78%
B = 59.81%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092240 (or 0x092240) is known color: Tangaroa. HEX triplet: 09, 22 and 40. RGB value is (9,34,64). Sum of RGB (Red+Green+Blue) = 9+34+64=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #092240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092240 is #F6DDBF. Grayscale: #1D1D1D. Windows color (decimal): -16178624 or 4203017. OLE color: 4203017.

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

Color convert

RGB 9 34 64 -
CMYK 0.86 0.47 0 0.75
HSL 212.73º 0.75% 0.14% -
HSV(B) 212.73º 0.86% 0.25% -
XYZ 1.61 1.57 5.07 -
YUV 29.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 9 34 64 0.86 0.47 0 0.75 212.73 0.75 0.14
Hex 9 22 40 56 2F 0 4B D5 4B E
Octal 11 42 100 126 57 0 113 325 113 16
Binary 1001 100010 1000000 1010110 101111 0 1001011 11010101 1001011 1110

Color Harmonies of #092240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092240

Black with #092240

Text Example


Text Example

White with #092240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092240; }

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

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

background-color css

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

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

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

border-color css

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

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

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