Html Css Color HEX #09203C Tangaroa

📋 copy color: '#09203C'

red 9 ◦ green 32 ◦ blue 60

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

Shades of Tangaroa #09203C

Tints of Tangaroa #09203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 59.41%

R = 8.91%
G = 31.68%
B = 59.41%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09203C (or 0x09203C) is known color: Tangaroa. HEX triplet: 09, 20 and 3C. RGB value is (9,32,60). Sum of RGB (Red+Green+Blue) = 9+32+60=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #09203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09203C is #F6DFC3. Grayscale: #1C1C1C. Windows color (decimal): -16179140 or 3940361. OLE color: 3940361.

HSL color Cylindrical-coordinate representation of color #09203C: hue angle of 212.94º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09203C is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 32 60 -
CMYK 0.85 0.47 0 0.76
HSL 212.94º 0.74% 0.14% -
HSV(B) 212.94º 0.85% 0.24% -
XYZ 1.44 1.42 4.47 -
YUV 28.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 9 32 60 0.85 0.47 0 0.76 212.94 0.74 0.14
Hex 9 20 3C 55 2F 0 4C D5 4A E
Octal 11 40 74 125 57 0 114 325 112 16
Binary 1001 100000 111100 1010101 101111 0 1001100 11010101 1001010 1110

Color Harmonies of #09203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09203C

Black with #09203C

Text Example


Text Example

White with #09203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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