Html Css Color HEX #09203F Tangaroa

📋 copy color: '#09203F'

red 9 ◦ green 32 ◦ blue 63

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

Shades of Tangaroa #09203F

Tints of Tangaroa #09203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 60.58%

R = 8.65%
G = 30.77%
B = 60.58%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09203F (or 0x09203F) is known color: Tangaroa. HEX triplet: 09, 20 and 3F. RGB value is (9,32,63). Sum of RGB (Red+Green+Blue) = 9+32+63=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #09203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09203F is #F6DFC0. Grayscale: #1C1C1C. Windows color (decimal): -16179137 or 4136969. OLE color: 4136969.

HSL color Cylindrical-coordinate representation of color #09203F: hue angle of 214.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09203F is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 32 63 -
CMYK 0.86 0.49 0 0.75
HSL 214.44º 0.75% 0.14% -
HSV(B) 214.44º 0.86% 0.25% -
XYZ 1.53 1.45 4.9 -
YUV 28.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 9 32 63 0.86 0.49 0 0.75 214.44 0.75 0.14
Hex 9 20 3F 56 31 0 4B D6 4B E
Octal 11 40 77 126 61 0 113 326 113 16
Binary 1001 100000 111111 1010110 110001 0 1001011 11010110 1001011 1110

Color Harmonies of #09203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09203F

Black with #09203F

Text Example


Text Example

White with #09203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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