#092541

Color #092541 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #092541

Tints of Tangaroa #092541

Color information

#092541 (or 0x092541) is unknown color: approx Tangaroa. HEX triplet: 09, 25 and 41. RGB value is (9,37,65). Sum of RGB (Red+Green+Blue) = 9+37+65=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #092541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092541 is #F6DABE. Grayscale: #1F1F1F. Windows color (decimal): -16177855 or 4269321. OLE color: 4269321.

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

Color convert

RGB93765-
CMYK0.860.4300.75
HSL210º75.68%14.51%-
HSV(B)210º86.15%25.49%-
XYZ1.731.765.25-
YUV31.82146.72111.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=8.11%
G=33.33%
B=58.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal937650.860.4300.7521075.6814.51
Hex92541562B04Bd24cf
Octal114510112653011332211417
Binary100110010110000011010110101011010010111101001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092541; }

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

 H1.HeaderClassName
 {
   color: #092541;
 }
 .AnyTagClassName
 {
   color: #092541;
 }
</style>
background-color css

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

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

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

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

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

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