Html Css Color HEX #092345 Tangaroa

📋 copy color: '#092345'

red 9 ◦ green 35 ◦ blue 69

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

Shades of Tangaroa #092345

Tints of Tangaroa #092345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

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

R = 7.96%
G = 30.97%
B = 61.06%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092345 (or 0x092345) is known color: Tangaroa. HEX triplet: 09, 23 and 45. RGB value is (9,35,69). Sum of RGB (Red+Green+Blue) = 9+35+69=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #092345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092345 is #F6DCBA. Grayscale: #1E1E1E. Windows color (decimal): -16178363 or 4530953. OLE color: 4530953.

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

Color convert

RGB 9 35 69 -
CMYK 0.87 0.49 0 0.73
HSL 214º 0.77% 0.15% -
HSV(B) 214º 0.87% 0.27% -
XYZ 1.79 1.69 5.86 -
YUV 31.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 9 35 69 0.87 0.49 0 0.73 214 0.77 0.15
Hex 9 23 45 57 31 0 49 D6 4D F
Octal 11 43 105 127 61 0 111 326 115 17
Binary 1001 100011 1000101 1010111 110001 0 1001001 11010110 1001101 1111

Color Harmonies of #092345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092345

Black with #092345

Text Example


Text Example

White with #092345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092345; }

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

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

background-color css

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

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

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

border-color css

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

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

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