Html Css Color HEX #09203D Tangaroa

📋 copy color: '#09203D'

red 9 ◦ green 32 ◦ blue 61

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

Shades of Tangaroa #09203D

Tints of Tangaroa #09203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 59.8%

R = 8.82%
G = 31.37%
B = 59.8%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09203D (or 0x09203D) is known color: Tangaroa. HEX triplet: 09, 20 and 3D. RGB value is (9,32,61). Sum of RGB (Red+Green+Blue) = 9+32+61=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #09203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09203D is #F6DFC2. Grayscale: #1C1C1C. Windows color (decimal): -16179139 or 4005897. OLE color: 4005897.

HSL color Cylindrical-coordinate representation of color #09203D: hue angle of 213.46º 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 #09203D is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 32 61 -
CMYK 0.85 0.48 0 0.76
HSL 213.46º 0.74% 0.14% -
HSV(B) 213.46º 0.85% 0.24% -
XYZ 1.47 1.43 4.61 -
YUV 28.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 9 32 61 0.85 0.48 0 0.76 213.46 0.74 0.14
Hex 9 20 3D 55 30 0 4C D5 4A E
Octal 11 40 75 125 60 0 114 325 112 16
Binary 1001 100000 111101 1010101 110000 0 1001100 11010101 1001010 1110

Color Harmonies of #09203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09203D

Black with #09203D

Text Example


Text Example

White with #09203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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