Html Css Color HEX #092845 Tangaroa

📋 copy color: '#092845'

red 9 ◦ green 40 ◦ blue 69

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

Shades of Tangaroa #092845

Tints of Tangaroa #092845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.9%

 BLUE value IS 69 (27.34% from 255) = 58.47%

R = 7.63%
G = 33.9%
B = 58.47%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092845 (or 0x092845) is known color: Tangaroa. HEX triplet: 09, 28 and 45. RGB value is (9,40,69). Sum of RGB (Red+Green+Blue) = 9+40+69=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #092845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092845 is #F6D7BA. Grayscale: #212121. Windows color (decimal): -16177083 or 4532233. OLE color: 4532233.

HSL color Cylindrical-coordinate representation of color #092845: hue angle of 209º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092845 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 40 69 -
CMYK 0.87 0.42 0 0.73
HSL 209º 0.77% 0.15% -
HSV(B) 209º 0.87% 0.27% -
XYZ 1.95 2.01 5.91 -
YUV 34.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 9 40 69 0.87 0.42 0 0.73 209 0.77 0.15
Hex 9 28 45 57 2A 0 49 D1 4D F
Octal 11 50 105 127 52 0 111 321 115 17
Binary 1001 101000 1000101 1010111 101010 0 1001001 11010001 1001101 1111

Color Harmonies of #092845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092845

Black with #092845

Text Example


Text Example

White with #092845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092845; }

 p { color: rgb(9,40,69); }

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

background-color css

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

 a { background-color: rgb(9,40,69); }

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

border-color css

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

 span { border-color: rgb(9,40,69); }

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