Html Css Color HEX #09233D Tangaroa

📋 copy color: '#09233D'

red 9 ◦ green 35 ◦ blue 61

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

Shades of Tangaroa #09233D

Tints of Tangaroa #09233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

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

R = 8.57%
G = 33.33%
B = 58.1%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09233D (or 0x09233D) is known color: Tangaroa. HEX triplet: 09, 23 and 3D. RGB value is (9,35,61). Sum of RGB (Red+Green+Blue) = 9+35+61=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #09233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09233D is #F6DCC2. Grayscale: #1E1E1E. Windows color (decimal): -16178371 or 4006665. OLE color: 4006665.

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

Color convert

RGB 9 35 61 -
CMYK 0.85 0.43 0 0.76
HSL 210º 0.74% 0.14% -
HSV(B) 210º 0.85% 0.24% -
XYZ 1.56 1.6 4.64 -
YUV 30.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 9 35 61 0.85 0.43 0 0.76 210 0.74 0.14
Hex 9 23 3D 55 2B 0 4C D2 4A E
Octal 11 43 75 125 53 0 114 322 112 16
Binary 1001 100011 111101 1010101 101011 0 1001100 11010010 1001010 1110

Color Harmonies of #09233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09233D

Black with #09233D

Text Example


Text Example

White with #09233D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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