Html Css Color HEX #09294B Tangaroa

📋 copy color: '#09294B'

red 9 ◦ green 41 ◦ blue 75

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

Shades of Tangaroa #09294B

Tints of Tangaroa #09294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60%

R = 7.2%
G = 32.8%
B = 60%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09294B (or 0x09294B) is known color: Tangaroa. HEX triplet: 09, 29 and 4B. RGB value is (9,41,75). Sum of RGB (Red+Green+Blue) = 9+41+75=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #09294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09294B is #F6D6B4. Grayscale: #232323. Windows color (decimal): -16176821 or 4925705. OLE color: 4925705.

HSL color Cylindrical-coordinate representation of color #09294B: hue angle of 210.91º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09294B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 41 75 -
CMYK 0.88 0.45 0 0.71
HSL 210.91º 0.79% 0.16% -
HSV(B) 210.91º 0.88% 0.29% -
XYZ 2.18 2.15 6.96 -
YUV 35.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 9 41 75 0.88 0.45 0 0.71 210.91 0.79 0.16
Hex 9 29 4B 58 2D 0 47 D3 4F 10
Octal 11 51 113 130 55 0 107 323 117 20
Binary 1001 101001 1001011 1011000 101101 0 1000111 11010011 1001111 10000

Color Harmonies of #09294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09294B

Black with #09294B

Text Example


Text Example

White with #09294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09294B; }

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

 H1.HeaderClassName
 {
   color: #09294B;
 }
 .AnyTagClassName
 {
   color: #09294B;
 }
</style>

background-color css

<style>
 a { background-color: #09294B; }

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

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

border-color css

<style>
 span { border-color: #09294B; }

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

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