Html Css Color HEX #092A47 Tangaroa

📋 copy color: '#092A47'

red 9 ◦ green 42 ◦ blue 71

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

Shades of Tangaroa #092A47

Tints of Tangaroa #092A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.43%

 BLUE value IS 71 (28.13% from 255) = 58.2%

R = 7.38%
G = 34.43%
B = 58.2%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092A47 (or 0x092A47) is known color: Tangaroa. HEX triplet: 09, 2A and 47. RGB value is (9,42,71). Sum of RGB (Red+Green+Blue) = 9+42+71=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #092A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A47 is #F6D5B8. Grayscale: #232323. Windows color (decimal): -16176569 or 4663817. OLE color: 4663817.

HSL color Cylindrical-coordinate representation of color #092A47: hue angle of 208.06º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092A47 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 42 71 -
CMYK 0.87 0.41 0 0.72
HSL 208.06º 0.78% 0.16% -
HSV(B) 208.06º 0.87% 0.28% -
XYZ 2.08 2.17 6.27 -
YUV 35.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 9 42 71 0.87 0.41 0 0.72 208.06 0.78 0.16
Hex 9 2A 47 57 29 0 48 D0 4E 10
Octal 11 52 107 127 51 0 110 320 116 20
Binary 1001 101010 1000111 1010111 101001 0 1001000 11010000 1001110 10000

Color Harmonies of #092A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A47

Black with #092A47

Text Example


Text Example

White with #092A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,42,71); }

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

background-color css

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

 a { background-color: rgb(9,42,71); }

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

border-color css

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

 span { border-color: rgb(9,42,71); }

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