#092348

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

Shades of Tangaroa #092348

Tints of Tangaroa #092348

Color information

#092348 (or 0x092348) is unknown color: approx Tangaroa. HEX triplet: 09, 23 and 48. RGB value is (9,35,72). Sum of RGB (Red+Green+Blue) = 9+35+72=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #092348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092348 is #F6DCB7. Grayscale: #1F1F1F. Windows color (decimal): -16178360 or 4727561. OLE color: 4727561.

HSL color Cylindrical-coordinate representation of color #092348: hue angle of 215.24º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092348 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB93572-
CMYK0.880.5100.72
HSL215.24º77.78%15.88%-
HSV(B)215.24º87.5%28.24%-
XYZ1.881.736.37-
YUV31.44150.89111.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=7.76%
G=30.17%
B=62.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal935720.880.5100.72215.2477.7815.88
Hex923485833048d74e10
Octal114311013063011032711620
Binary1001100011100100010110001100110100100011010111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092348; }

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

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

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

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

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

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

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

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