Html Css Color HEX #09273D Tangaroa

📋 copy color: '#09273D'

red 9 ◦ green 39 ◦ blue 61

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

Shades of Tangaroa #09273D

Tints of Tangaroa #09273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 55.96%

R = 8.26%
G = 35.78%
B = 55.96%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09273D (or 0x09273D) is known color: Tangaroa. HEX triplet: 09, 27 and 3D. RGB value is (9,39,61). Sum of RGB (Red+Green+Blue) = 9+39+61=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #09273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09273D is #F6D8C2. Grayscale: #202020. Windows color (decimal): -16177347 or 4007689. OLE color: 4007689.

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

Color convert

RGB 9 39 61 -
CMYK 0.85 0.36 0 0.76
HSL 205.38º 0.74% 0.14% -
HSV(B) 205.38º 0.85% 0.24% -
XYZ 1.68 1.85 4.68 -
YUV 32.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 9 39 61 0.85 0.36 0 0.76 205.38 0.74 0.14
Hex 9 27 3D 55 24 0 4C CD 4A E
Octal 11 47 75 125 44 0 114 315 112 16
Binary 1001 100111 111101 1010101 100100 0 1001100 11001101 1001010 1110

Color Harmonies of #09273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09273D

Black with #09273D

Text Example


Text Example

White with #09273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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