Html Css Color HEX #09293F Tangaroa

📋 copy color: '#09293F'

red 9 ◦ green 41 ◦ blue 63

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

Shades of Tangaroa #09293F

Tints of Tangaroa #09293F

RGB

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

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

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

R = 7.96%
G = 36.28%
B = 55.75%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09293F (or 0x09293F) is known color: Tangaroa. HEX triplet: 09, 29 and 3F. RGB value is (9,41,63). Sum of RGB (Red+Green+Blue) = 9+41+63=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #09293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09293F is #F6D6C0. Grayscale: #212121. Windows color (decimal): -16176833 or 4139273. OLE color: 4139273.

HSL color Cylindrical-coordinate representation of color #09293F: hue angle of 204.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 #09293F is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 41 63 -
CMYK 0.86 0.35 0 0.75
HSL 204.44º 0.75% 0.14% -
HSV(B) 204.44º 0.86% 0.25% -
XYZ 1.8 2 4.99 -
YUV 33.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 9 41 63 0.86 0.35 0 0.75 204.44 0.75 0.14
Hex 9 29 3F 56 23 0 4B CC 4B E
Octal 11 51 77 126 43 0 113 314 113 16
Binary 1001 101001 111111 1010110 100011 0 1001011 11001100 1001011 1110

Color Harmonies of #09293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09293F

Black with #09293F

Text Example


Text Example

White with #09293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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