Html Css Color HEX #092140 Tangaroa

📋 copy color: '#092140'

red 9 ◦ green 33 ◦ blue 64

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

Shades of Tangaroa #092140

Tints of Tangaroa #092140

RGB

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

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

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

R = 8.49%
G = 31.13%
B = 60.38%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092140 (or 0x092140) is known color: Tangaroa. HEX triplet: 09, 21 and 40. RGB value is (9,33,64). Sum of RGB (Red+Green+Blue) = 9+33+64=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #092140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092140 is #F6DEBF. Grayscale: #1D1D1D. Windows color (decimal): -16178880 or 4202761. OLE color: 4202761.

HSL color Cylindrical-coordinate representation of color #092140: hue angle of 213.82º 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 #092140 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 33 64 -
CMYK 0.86 0.48 0 0.75
HSL 213.82º 0.75% 0.14% -
HSV(B) 213.82º 0.86% 0.25% -
XYZ 1.58 1.52 5.06 -
YUV 29.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 9 33 64 0.86 0.48 0 0.75 213.82 0.75 0.14
Hex 9 21 40 56 30 0 4B D6 4B E
Octal 11 41 100 126 60 0 113 326 113 16
Binary 1001 100001 1000000 1010110 110000 0 1001011 11010110 1001011 1110

Color Harmonies of #092140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092140

Black with #092140

Text Example


Text Example

White with #092140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092140; }

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

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

background-color css

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

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

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

border-color css

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

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

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