Html Css Color HEX #092C3B Tangaroa

📋 copy color: '#092C3B'

red 9 ◦ green 44 ◦ blue 59

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

Shades of Tangaroa #092C3B

Tints of Tangaroa #092C3B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 39.29%

 BLUE value IS 59 (23.44% from 255) = 52.68%

R = 8.04%
G = 39.29%
B = 52.68%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#092C3B (or 0x092C3B) is known color: Tangaroa. HEX triplet: 09, 2C and 3B. RGB value is (9,44,59). Sum of RGB (Red+Green+Blue) = 9+44+59=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #092C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C3B is #F6D3C4. Grayscale: #232323. Windows color (decimal): -16176069 or 3877897. OLE color: 3877897.

HSL color Cylindrical-coordinate representation of color #092C3B: hue angle of 198º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #092C3B is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 44 59 -
CMYK 0.85 0.25 0 0.77
HSL 198º 0.74% 0.13% -
HSV(B) 198º 0.85% 0.23% -
XYZ 1.8 2.18 4.46 -
YUV 35.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 9 44 59 0.85 0.25 0 0.77 198 0.74 0.13
Hex 9 2C 3B 55 19 0 4D C6 4A D
Octal 11 54 73 125 31 0 115 306 112 15
Binary 1001 101100 111011 1010101 11001 0 1001101 11000110 1001010 1101

Color Harmonies of #092C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C3B

Black with #092C3B

Text Example


Text Example

White with #092C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092C3B; }

 p { color: rgb(9,44,59); }

 H1.HeaderClassName
 {
   color: #092C3B;
 }
 .AnyTagClassName
 {
   color: #092C3B;
 }
</style>

background-color css

<style>
 a { background-color: #092C3B; }

 a { background-color: rgb(9,44,59); }

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

border-color css

<style>
 span { border-color: #092C3B; }

 span { border-color: rgb(9,44,59); }

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