Html Css Color HEX #092938 Tangaroa

📋 copy color: '#092938'

red 9 ◦ green 41 ◦ blue 56

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

Shades of Tangaroa #092938

Tints of Tangaroa #092938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.68%

 BLUE value IS 56 (22.27% from 255) = 52.83%

R = 8.49%
G = 38.68%
B = 52.83%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092938 (or 0x092938) is known color: Tangaroa. HEX triplet: 09, 29 and 38. RGB value is (9,41,56). Sum of RGB (Red+Green+Blue) = 9+41+56=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #092938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092938 is #F6D6C7. Grayscale: #212121. Windows color (decimal): -16176840 or 3680521. OLE color: 3680521.

HSL color Cylindrical-coordinate representation of color #092938: hue angle of 199.15º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092938 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 41 56 -
CMYK 0.84 0.27 0 0.78
HSL 199.15º 0.72% 0.13% -
HSV(B) 199.15º 0.84% 0.22% -
XYZ 1.62 1.93 4.03 -
YUV 33.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 9 41 56 0.84 0.27 0 0.78 199.15 0.72 0.13
Hex 9 29 38 54 1B 0 4E C7 48 D
Octal 11 51 70 124 33 0 116 307 110 15
Binary 1001 101001 111000 1010100 11011 0 1001110 11000111 1001000 1101

Color Harmonies of #092938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092938

Black with #092938

Text Example


Text Example

White with #092938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092938; }

 p { color: rgb(9,41,56); }

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

background-color css

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

 a { background-color: rgb(9,41,56); }

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

border-color css

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

 span { border-color: rgb(9,41,56); }

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