Html Css Color HEX #09213D Tangaroa

📋 copy color: '#09213D'

red 9 ◦ green 33 ◦ blue 61

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

Shades of Tangaroa #09213D

Tints of Tangaroa #09213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.04%

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

R = 8.74%
G = 32.04%
B = 59.22%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09213D (or 0x09213D) is known color: Tangaroa. HEX triplet: 09, 21 and 3D. RGB value is (9,33,61). Sum of RGB (Red+Green+Blue) = 9+33+61=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #09213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09213D is #F6DEC2. Grayscale: #1C1C1C. Windows color (decimal): -16178883 or 4006153. OLE color: 4006153.

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

Color convert

RGB 9 33 61 -
CMYK 0.85 0.46 0 0.76
HSL 212.31º 0.74% 0.14% -
HSV(B) 212.31º 0.85% 0.24% -
XYZ 1.5 1.48 4.62 -
YUV 29.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 9 33 61 0.85 0.46 0 0.76 212.31 0.74 0.14
Hex 9 21 3D 55 2E 0 4C D4 4A E
Octal 11 41 75 125 56 0 114 324 112 16
Binary 1001 100001 111101 1010101 101110 0 1001100 11010100 1001010 1110

Color Harmonies of #09213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09213D

Black with #09213D

Text Example


Text Example

White with #09213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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