Html Css Color HEX #092641 Tangaroa

📋 copy color: '#092641'

red 9 ◦ green 38 ◦ blue 65

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

Shades of Tangaroa #092641

Tints of Tangaroa #092641

RGB

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

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

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

R = 8.04%
G = 33.93%
B = 58.04%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092641 (or 0x092641) is known color: Tangaroa. HEX triplet: 09, 26 and 41. RGB value is (9,38,65). Sum of RGB (Red+Green+Blue) = 9+38+65=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #092641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092641 is #F6D9BE. Grayscale: #202020. Windows color (decimal): -16177599 or 4269577. OLE color: 4269577.

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

Color convert

RGB 9 38 65 -
CMYK 0.86 0.42 0 0.75
HSL 208.93º 0.76% 0.15% -
HSV(B) 208.93º 0.86% 0.25% -
XYZ 1.76 1.83 5.26 -
YUV 32.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 9 38 65 0.86 0.42 0 0.75 208.93 0.76 0.15
Hex 9 26 41 56 2A 0 4B D1 4C F
Octal 11 46 101 126 52 0 113 321 114 17
Binary 1001 100110 1000001 1010110 101010 0 1001011 11010001 1001100 1111

Color Harmonies of #092641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092641

Black with #092641

Text Example


Text Example

White with #092641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092641; }

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

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

background-color css

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

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

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

border-color css

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

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

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