Html Css Color HEX #092042 Tangaroa

📋 copy color: '#092042'

red 9 ◦ green 32 ◦ blue 66

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

Shades of Tangaroa #092042

Tints of Tangaroa #092042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.91%

 BLUE value IS 66 (26.17% from 255) = 61.68%

R = 8.41%
G = 29.91%
B = 61.68%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#092042 (or 0x092042) is known color: Tangaroa. HEX triplet: 09, 20 and 42. RGB value is (9,32,66). Sum of RGB (Red+Green+Blue) = 9+32+66=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #092042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092042 is #F6DFBD. Grayscale: #1C1C1C. Windows color (decimal): -16179134 or 4333577. OLE color: 4333577.

HSL color Cylindrical-coordinate representation of color #092042: hue angle of 215.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092042 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 32 66 -
CMYK 0.86 0.52 0 0.74
HSL 215.79º 0.76% 0.15% -
HSV(B) 215.79º 0.86% 0.26% -
XYZ 1.61 1.48 5.36 -
YUV 29 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 9 32 66 0.86 0.52 0 0.74 215.79 0.76 0.15
Hex 9 20 42 56 34 0 4A D8 4C F
Octal 11 40 102 126 64 0 112 330 114 17
Binary 1001 100000 1000010 1010110 110100 0 1001010 11011000 1001100 1111

Color Harmonies of #092042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092042

Black with #092042

Text Example


Text Example

White with #092042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092042; }

 p { color: rgb(9,32,66); }

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

background-color css

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

 a { background-color: rgb(9,32,66); }

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

border-color css

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

 span { border-color: rgb(9,32,66); }

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