#092448

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

Shades of Tangaroa #092448

Tints of Tangaroa #092448

Color information

#092448 (or 0x092448) is unknown color: approx Tangaroa. HEX triplet: 09, 24 and 48. RGB value is (9,36,72). Sum of RGB (Red+Green+Blue) = 9+36+72=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #092448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092448 is #F6DBB7. Grayscale: #1F1F1F. Windows color (decimal): -16178104 or 4727817. OLE color: 4727817.

HSL color Cylindrical-coordinate representation of color #092448: hue angle of 214.29º 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 #092448 is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB93672-
CMYK0.880.500.72
HSL214.29º77.78%15.88%-
HSV(B)214.29º87.5%28.24%-
XYZ1.911.796.38-
YUV32.03150.55111.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=7.69%
G=30.77%
B=61.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal936720.880.500.72214.2977.7815.88
Hex924485832048d64e10
Octal114411013062011032611620
Binary1001100100100100010110001100100100100011010110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092448; }

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

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

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

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

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

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

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

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