Html Css Color HEX #09244A Tangaroa

📋 copy color: '#09244A'

red 9 ◦ green 36 ◦ blue 74

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

Shades of Tangaroa #09244A

Tints of Tangaroa #09244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

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

R = 7.56%
G = 30.25%
B = 62.18%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09244A (or 0x09244A) is known color: Tangaroa. HEX triplet: 09, 24 and 4A. RGB value is (9,36,74). Sum of RGB (Red+Green+Blue) = 9+36+74=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #09244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09244A is #F6DBB5. Grayscale: #202020. Windows color (decimal): -16178102 or 4858889. OLE color: 4858889.

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

Color convert

RGB 9 36 74 -
CMYK 0.88 0.51 0 0.71
HSL 215.08º 0.78% 0.16% -
HSV(B) 215.08º 0.88% 0.29% -
XYZ 1.98 1.81 6.72 -
YUV 32.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 9 36 74 0.88 0.51 0 0.71 215.08 0.78 0.16
Hex 9 24 4A 58 33 0 47 D7 4E 10
Octal 11 44 112 130 63 0 107 327 116 20
Binary 1001 100100 1001010 1011000 110011 0 1000111 11010111 1001110 10000

Color Harmonies of #09244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09244A

Black with #09244A

Text Example


Text Example

White with #09244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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