Html Css Color HEX #092C40 Tangaroa

📋 copy color: '#092C40'

red 9 ◦ green 44 ◦ blue 64

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

Shades of Tangaroa #092C40

Tints of Tangaroa #092C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.61%

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

R = 7.69%
G = 37.61%
B = 54.7%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092C40 (or 0x092C40) is known color: Tangaroa. HEX triplet: 09, 2C and 40. RGB value is (9,44,64). Sum of RGB (Red+Green+Blue) = 9+44+64=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #092C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C40 is #F6D3BF. Grayscale: #232323. Windows color (decimal): -16176064 or 4205577. OLE color: 4205577.

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

Color convert

RGB 9 44 64 -
CMYK 0.86 0.31 0 0.75
HSL 201.82º 0.75% 0.14% -
HSV(B) 201.82º 0.86% 0.25% -
XYZ 1.94 2.23 5.18 -
YUV 35.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 9 44 64 0.86 0.31 0 0.75 201.82 0.75 0.14
Hex 9 2C 40 56 1F 0 4B CA 4B E
Octal 11 54 100 126 37 0 113 312 113 16
Binary 1001 101100 1000000 1010110 11111 0 1001011 11001010 1001011 1110

Color Harmonies of #092C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C40

Black with #092C40

Text Example


Text Example

White with #092C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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