Html Css Color HEX #09273C Tangaroa

📋 copy color: '#09273C'

red 9 ◦ green 39 ◦ blue 60

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

Shades of Tangaroa #09273C

Tints of Tangaroa #09273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 55.56%

R = 8.33%
G = 36.11%
B = 55.56%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09273C (or 0x09273C) is known color: Tangaroa. HEX triplet: 09, 27 and 3C. RGB value is (9,39,60). Sum of RGB (Red+Green+Blue) = 9+39+60=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #09273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09273C is #F6D8C3. Grayscale: #202020. Windows color (decimal): -16177348 or 3942153. OLE color: 3942153.

HSL color Cylindrical-coordinate representation of color #09273C: hue angle of 204.71º degrees, saturation: 0.74, 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 #09273C is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 39 60 -
CMYK 0.85 0.35 0 0.76
HSL 204.71º 0.74% 0.14% -
HSV(B) 204.71º 0.85% 0.24% -
XYZ 1.65 1.84 4.54 -
YUV 32.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 9 39 60 0.85 0.35 0 0.76 204.71 0.74 0.14
Hex 9 27 3C 55 23 0 4C CD 4A E
Octal 11 47 74 125 43 0 114 315 112 16
Binary 1001 100111 111100 1010101 100011 0 1001100 11001101 1001010 1110

Color Harmonies of #09273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09273C

Black with #09273C

Text Example


Text Example

White with #09273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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