Html Css Color HEX #092340 Tangaroa

📋 copy color: '#092340'

red 9 ◦ green 35 ◦ blue 64

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

Shades of Tangaroa #092340

Tints of Tangaroa #092340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

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

R = 8.33%
G = 32.41%
B = 59.26%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092340 (or 0x092340) is known color: Tangaroa. HEX triplet: 09, 23 and 40. RGB value is (9,35,64). Sum of RGB (Red+Green+Blue) = 9+35+64=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #092340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092340 is #F6DCBF. Grayscale: #1E1E1E. Windows color (decimal): -16178368 or 4203273. OLE color: 4203273.

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

Color convert

RGB 9 35 64 -
CMYK 0.86 0.45 0 0.75
HSL 211.64º 0.75% 0.14% -
HSV(B) 211.64º 0.86% 0.25% -
XYZ 1.64 1.63 5.08 -
YUV 30.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 9 35 64 0.86 0.45 0 0.75 211.64 0.75 0.14
Hex 9 23 40 56 2D 0 4B D4 4B E
Octal 11 43 100 126 55 0 113 324 113 16
Binary 1001 100011 1000000 1010110 101101 0 1001011 11010100 1001011 1110

Color Harmonies of #092340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092340

Black with #092340

Text Example


Text Example

White with #092340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092340; }

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

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

background-color css

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

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

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

border-color css

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

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

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