Html Css Color HEX #092145 Tangaroa

📋 copy color: '#092145'

red 9 ◦ green 33 ◦ blue 69

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

Shades of Tangaroa #092145

Tints of Tangaroa #092145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.73%

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

R = 8.11%
G = 29.73%
B = 62.16%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092145 (or 0x092145) is known color: Tangaroa. HEX triplet: 09, 21 and 45. RGB value is (9,33,69). Sum of RGB (Red+Green+Blue) = 9+33+69=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #092145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092145 is #F6DEBA. Grayscale: #1D1D1D. Windows color (decimal): -16178875 or 4530441. OLE color: 4530441.

HSL color Cylindrical-coordinate representation of color #092145: hue angle of 216º 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 #092145 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 33 69 -
CMYK 0.87 0.52 0 0.73
HSL 216º 0.77% 0.15% -
HSV(B) 216º 0.87% 0.27% -
XYZ 1.73 1.58 5.84 -
YUV 29.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 9 33 69 0.87 0.52 0 0.73 216 0.77 0.15
Hex 9 21 45 57 34 0 49 D8 4D F
Octal 11 41 105 127 64 0 111 330 115 17
Binary 1001 100001 1000101 1010111 110100 0 1001001 11011000 1001101 1111

Color Harmonies of #092145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092145

Black with #092145

Text Example


Text Example

White with #092145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092145; }

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

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

background-color css

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

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

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

border-color css

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

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

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