Html Css Color HEX #09203A Tangaroa

📋 copy color: '#09203A'

red 9 ◦ green 32 ◦ blue 58

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

Shades of Tangaroa #09203A

Tints of Tangaroa #09203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.32%

 BLUE value IS 58 (23.05% from 255) = 58.59%

R = 9.09%
G = 32.32%
B = 58.59%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09203A (or 0x09203A) is known color: Tangaroa. HEX triplet: 09, 20 and 3A. RGB value is (9,32,58). Sum of RGB (Red+Green+Blue) = 9+32+58=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #09203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09203A is #F6DFC5. Grayscale: #1B1B1B. Windows color (decimal): -16179142 or 3809289. OLE color: 3809289.

HSL color Cylindrical-coordinate representation of color #09203A: hue angle of 211.84º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09203A is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 32 58 -
CMYK 0.84 0.45 0 0.77
HSL 211.84º 0.73% 0.13% -
HSV(B) 211.84º 0.84% 0.23% -
XYZ 1.39 1.4 4.2 -
YUV 28.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 9 32 58 0.84 0.45 0 0.77 211.84 0.73 0.13
Hex 9 20 3A 54 2D 0 4D D4 49 D
Octal 11 40 72 124 55 0 115 324 111 15
Binary 1001 100000 111010 1010100 101101 0 1001101 11010100 1001001 1101

Color Harmonies of #09203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09203A

Black with #09203A

Text Example


Text Example

White with #09203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09203A; }

 p { color: rgb(9,32,58); }

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

background-color css

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

 a { background-color: rgb(9,32,58); }

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

border-color css

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

 span { border-color: rgb(9,32,58); }

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