Html Css Color HEX #09264A Tangaroa

📋 copy color: '#09264A'

red 9 ◦ green 38 ◦ blue 74

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

Shades of Tangaroa #09264A

Tints of Tangaroa #09264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 74 (29.3% from 255) = 61.16%

R = 7.44%
G = 31.4%
B = 61.16%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09264A (or 0x09264A) is known color: Tangaroa. HEX triplet: 09, 26 and 4A. RGB value is (9,38,74). Sum of RGB (Red+Green+Blue) = 9+38+74=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #09264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09264A is #F6D9B5. Grayscale: #212121. Windows color (decimal): -16177590 or 4859401. OLE color: 4859401.

HSL color Cylindrical-coordinate representation of color #09264A: hue angle of 213.23º degrees, saturation: 0.78, 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 #09264A is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 38 74 -
CMYK 0.88 0.49 0 0.71
HSL 213.23º 0.78% 0.16% -
HSV(B) 213.23º 0.88% 0.29% -
XYZ 2.04 1.94 6.75 -
YUV 33.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 9 38 74 0.88 0.49 0 0.71 213.23 0.78 0.16
Hex 9 26 4A 58 31 0 47 D5 4E 10
Octal 11 46 112 130 61 0 107 325 116 20
Binary 1001 100110 1001010 1011000 110001 0 1000111 11010101 1001110 10000

Color Harmonies of #09264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09264A

Black with #09264A

Text Example


Text Example

White with #09264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09264A; }

 p { color: rgb(9,38,74); }

 H1.HeaderClassName
 {
   color: #09264A;
 }
 .AnyTagClassName
 {
   color: #09264A;
 }
</style>

background-color css

<style>
 a { background-color: #09264A; }

 a { background-color: rgb(9,38,74); }

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

border-color css

<style>
 span { border-color: #09264A; }

 span { border-color: rgb(9,38,74); }

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