Html Css Color HEX #09273E Tangaroa

📋 copy color: '#09273E'

red 9 ◦ green 39 ◦ blue 62

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

Shades of Tangaroa #09273E

Tints of Tangaroa #09273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 56.36%

R = 8.18%
G = 35.45%
B = 56.36%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09273E (or 0x09273E) is known color: Tangaroa. HEX triplet: 09, 27 and 3E. RGB value is (9,39,62). Sum of RGB (Red+Green+Blue) = 9+39+62=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #09273E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09273E is #F6D8C1. Grayscale: #202020. Windows color (decimal): -16177346 or 4073225. OLE color: 4073225.

HSL color Cylindrical-coordinate representation of color #09273E: hue angle of 206.04º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09273E is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 39 62 -
CMYK 0.85 0.37 0 0.76
HSL 206.04º 0.75% 0.14% -
HSV(B) 206.04º 0.85% 0.24% -
XYZ 1.71 1.86 4.83 -
YUV 32.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 9 39 62 0.85 0.37 0 0.76 206.04 0.75 0.14
Hex 9 27 3E 55 25 0 4C CE 4B E
Octal 11 47 76 125 45 0 114 316 113 16
Binary 1001 100111 111110 1010101 100101 0 1001100 11001110 1001011 1110

Color Harmonies of #09273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09273E

Black with #09273E

Text Example


Text Example

White with #09273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09273E; }

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

 H1.HeaderClassName
 {
   color: #09273E;
 }
 .AnyTagClassName
 {
   color: #09273E;
 }
</style>

background-color css

<style>
 a { background-color: #09273E; }

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

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

border-color css

<style>
 span { border-color: #09273E; }

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

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