Html Css Color HEX #09274B Tangaroa

📋 copy color: '#09274B'

red 9 ◦ green 39 ◦ blue 75

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

Shades of Tangaroa #09274B

Tints of Tangaroa #09274B

RGB

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

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

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

R = 7.32%
G = 31.71%
B = 60.98%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09274B (or 0x09274B) is known color: Tangaroa. HEX triplet: 09, 27 and 4B. RGB value is (9,39,75). Sum of RGB (Red+Green+Blue) = 9+39+75=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #09274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09274B is #F6D8B4. Grayscale: #212121. Windows color (decimal): -16177333 or 4925193. OLE color: 4925193.

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

Color convert

RGB 9 39 75 -
CMYK 0.88 0.48 0 0.71
HSL 212.73º 0.79% 0.16% -
HSV(B) 212.73º 0.88% 0.29% -
XYZ 2.11 2.02 6.93 -
YUV 34.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 9 39 75 0.88 0.48 0 0.71 212.73 0.79 0.16
Hex 9 27 4B 58 30 0 47 D5 4F 10
Octal 11 47 113 130 60 0 107 325 117 20
Binary 1001 100111 1001011 1011000 110000 0 1000111 11010101 1001111 10000

Color Harmonies of #09274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09274B

Black with #09274B

Text Example


Text Example

White with #09274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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