Html Css Color HEX #092A40 Tangaroa

📋 copy color: '#092A40'

red 9 ◦ green 42 ◦ blue 64

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

Shades of Tangaroa #092A40

Tints of Tangaroa #092A40

RGB

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

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

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

R = 7.83%
G = 36.52%
B = 55.65%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092A40 (or 0x092A40) is known color: Tangaroa. HEX triplet: 09, 2A and 40. RGB value is (9,42,64). Sum of RGB (Red+Green+Blue) = 9+42+64=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #092A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A40 is #F6D5BF. Grayscale: #222222. Windows color (decimal): -16176576 or 4205065. OLE color: 4205065.

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

Color convert

RGB 9 42 64 -
CMYK 0.86 0.34 0 0.75
HSL 204º 0.75% 0.14% -
HSV(B) 204º 0.86% 0.25% -
XYZ 1.87 2.08 5.15 -
YUV 34.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 9 42 64 0.86 0.34 0 0.75 204 0.75 0.14
Hex 9 2A 40 56 22 0 4B CC 4B E
Octal 11 52 100 126 42 0 113 314 113 16
Binary 1001 101010 1000000 1010110 100010 0 1001011 11001100 1001011 1110

Color Harmonies of #092A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A40

Black with #092A40

Text Example


Text Example

White with #092A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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