Html Css Color HEX #09293D Tangaroa

📋 copy color: '#09293D'

red 9 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #09293D

Tints of Tangaroa #09293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.94%

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

R = 8.11%
G = 36.94%
B = 54.95%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09293D (or 0x09293D) is known color: Tangaroa. HEX triplet: 09, 29 and 3D. RGB value is (9,41,61). Sum of RGB (Red+Green+Blue) = 9+41+61=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #09293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09293D is #F6D6C2. Grayscale: #212121. Windows color (decimal): -16176835 or 4008201. OLE color: 4008201.

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

Color convert

RGB 9 41 61 -
CMYK 0.85 0.33 0 0.76
HSL 203.08º 0.74% 0.14% -
HSV(B) 203.08º 0.85% 0.24% -
XYZ 1.75 1.98 4.71 -
YUV 33.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 9 41 61 0.85 0.33 0 0.76 203.08 0.74 0.14
Hex 9 29 3D 55 21 0 4C CB 4A E
Octal 11 51 75 125 41 0 114 313 112 16
Binary 1001 101001 111101 1010101 100001 0 1001100 11001011 1001010 1110

Color Harmonies of #09293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09293D

Black with #09293D

Text Example


Text Example

White with #09293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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