Html Css Color HEX #092540 Tangaroa

📋 copy color: '#092540'

red 9 ◦ green 37 ◦ blue 64

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

Shades of Tangaroa #092540

Tints of Tangaroa #092540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 64 (25.39% from 255) = 58.18%

R = 8.18%
G = 33.64%
B = 58.18%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092540 (or 0x092540) is known color: Tangaroa. HEX triplet: 09, 25 and 40. RGB value is (9,37,64). Sum of RGB (Red+Green+Blue) = 9+37+64=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #092540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092540 is #F6DABF. Grayscale: #1F1F1F. Windows color (decimal): -16177856 or 4203785. OLE color: 4203785.

HSL color Cylindrical-coordinate representation of color #092540: hue angle of 209.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092540 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 37 64 -
CMYK 0.86 0.42 0 0.75
HSL 209.45º 0.75% 0.14% -
HSV(B) 209.45º 0.86% 0.25% -
XYZ 1.7 1.75 5.1 -
YUV 31.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 9 37 64 0.86 0.42 0 0.75 209.45 0.75 0.14
Hex 9 25 40 56 2A 0 4B D1 4B E
Octal 11 45 100 126 52 0 113 321 113 16
Binary 1001 100101 1000000 1010110 101010 0 1001011 11010001 1001011 1110

Color Harmonies of #092540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092540

Black with #092540

Text Example


Text Example

White with #092540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092540; }

 p { color: rgb(9,37,64); }

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

background-color css

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

 a { background-color: rgb(9,37,64); }

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

border-color css

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

 span { border-color: rgb(9,37,64); }

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