Html Css Color HEX #09274C Tangaroa

📋 copy color: '#09274C'

red 9 ◦ green 39 ◦ blue 76

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

Shades of Tangaroa #09274C

Tints of Tangaroa #09274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.45%

 BLUE value IS 76 (30.08% from 255) = 61.29%

R = 7.26%
G = 31.45%
B = 61.29%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09274C (or 0x09274C) is known color: Tangaroa. HEX triplet: 09, 27 and 4C. RGB value is (9,39,76). Sum of RGB (Red+Green+Blue) = 9+39+76=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #09274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09274C is #F6D8B3. Grayscale: #222222. Windows color (decimal): -16177332 or 4990729. OLE color: 4990729.

HSL color Cylindrical-coordinate representation of color #09274C: hue angle of 213.13º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09274C is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 39 76 -
CMYK 0.88 0.49 0 0.70
HSL 213.13º 0.79% 0.17% -
HSV(B) 213.13º 0.88% 0.3% -
XYZ 2.14 2.03 7.12 -
YUV 34.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 9 39 76 0.88 0.49 0 0.70 213.13 0.79 0.17
Hex 9 27 4C 58 31 0 46 D5 4F 11
Octal 11 47 114 130 61 0 106 325 117 21
Binary 1001 100111 1001100 1011000 110001 0 1000110 11010101 1001111 10001

Color Harmonies of #09274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09274C

Black with #09274C

Text Example


Text Example

White with #09274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09274C; }

 p { color: rgb(9,39,76); }

 H1.HeaderClassName
 {
   color: #09274C;
 }
 .AnyTagClassName
 {
   color: #09274C;
 }
</style>

background-color css

<style>
 a { background-color: #09274C; }

 a { background-color: rgb(9,39,76); }

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

border-color css

<style>
 span { border-color: #09274C; }

 span { border-color: rgb(9,39,76); }

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