Html Css Color HEX #09223D Tangaroa

📋 copy color: '#09223D'

red 9 ◦ green 34 ◦ blue 61

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

Shades of Tangaroa #09223D

Tints of Tangaroa #09223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.69%

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

R = 8.65%
G = 32.69%
B = 58.65%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09223D (or 0x09223D) is known color: Tangaroa. HEX triplet: 09, 22 and 3D. RGB value is (9,34,61). Sum of RGB (Red+Green+Blue) = 9+34+61=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #09223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09223D is #F6DDC2. Grayscale: #1D1D1D. Windows color (decimal): -16178627 or 4006409. OLE color: 4006409.

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

Color convert

RGB 9 34 61 -
CMYK 0.85 0.44 0 0.76
HSL 211.15º 0.74% 0.14% -
HSV(B) 211.15º 0.85% 0.24% -
XYZ 1.53 1.54 4.63 -
YUV 29.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 9 34 61 0.85 0.44 0 0.76 211.15 0.74 0.14
Hex 9 22 3D 55 2C 0 4C D3 4A E
Octal 11 42 75 125 54 0 114 323 112 16
Binary 1001 100010 111101 1010101 101100 0 1001100 11010011 1001010 1110

Color Harmonies of #09223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09223D

Black with #09223D

Text Example


Text Example

White with #09223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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