Html Css Color HEX #092341 Tangaroa

📋 copy color: '#092341'

red 9 ◦ green 35 ◦ blue 65

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

Shades of Tangaroa #092341

Tints of Tangaroa #092341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 59.63%

R = 8.26%
G = 32.11%
B = 59.63%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092341 (or 0x092341) is known color: Tangaroa. HEX triplet: 09, 23 and 41. RGB value is (9,35,65). Sum of RGB (Red+Green+Blue) = 9+35+65=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #092341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092341 is #F6DCBE. Grayscale: #1E1E1E. Windows color (decimal): -16178367 or 4268809. OLE color: 4268809.

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

Color convert

RGB 9 35 65 -
CMYK 0.86 0.46 0 0.75
HSL 212.14º 0.76% 0.15% -
HSV(B) 212.14º 0.86% 0.25% -
XYZ 1.67 1.64 5.23 -
YUV 30.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 9 35 65 0.86 0.46 0 0.75 212.14 0.76 0.15
Hex 9 23 41 56 2E 0 4B D4 4C F
Octal 11 43 101 126 56 0 113 324 114 17
Binary 1001 100011 1000001 1010110 101110 0 1001011 11010100 1001100 1111

Color Harmonies of #092341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092341

Black with #092341

Text Example


Text Example

White with #092341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092341; }

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

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

background-color css

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

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

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

border-color css

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

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

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