Html Css Color HEX #09254A Tangaroa

📋 copy color: '#09254A'

red 9 ◦ green 37 ◦ blue 74

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

Shades of Tangaroa #09254A

Tints of Tangaroa #09254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

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

R = 7.5%
G = 30.83%
B = 61.67%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09254A (or 0x09254A) is known color: Tangaroa. HEX triplet: 09, 25 and 4A. RGB value is (9,37,74). Sum of RGB (Red+Green+Blue) = 9+37+74=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #09254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09254A is #F6DAB5. Grayscale: #202020. Windows color (decimal): -16177846 or 4859145. OLE color: 4859145.

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

Color convert

RGB 9 37 74 -
CMYK 0.88 0.50 0 0.71
HSL 214.15º 0.78% 0.16% -
HSV(B) 214.15º 0.88% 0.29% -
XYZ 2.01 1.88 6.73 -
YUV 32.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 9 37 74 0.88 0.50 0 0.71 214.15 0.78 0.16
Hex 9 25 4A 58 32 0 47 D6 4E 10
Octal 11 45 112 130 62 0 107 326 116 20
Binary 1001 100101 1001010 1011000 110010 0 1000111 11010110 1001110 10000

Color Harmonies of #09254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09254A

Black with #09254A

Text Example


Text Example

White with #09254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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