Html Css Color HEX #092A38 Tangaroa

📋 copy color: '#092A38'

red 9 ◦ green 42 ◦ blue 56

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

Shades of Tangaroa #092A38

Tints of Tangaroa #092A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 8.41%
G = 39.25%
B = 52.34%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092A38 (or 0x092A38) is known color: Tangaroa. HEX triplet: 09, 2A and 38. RGB value is (9,42,56). Sum of RGB (Red+Green+Blue) = 9+42+56=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #092A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A38 is #F6D5C7. Grayscale: #212121. Windows color (decimal): -16176584 or 3680777. OLE color: 3680777.

HSL color Cylindrical-coordinate representation of color #092A38: hue angle of 197.87º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092A38 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 42 56 -
CMYK 0.84 0.25 0 0.78
HSL 197.87º 0.72% 0.13% -
HSV(B) 197.87º 0.84% 0.22% -
XYZ 1.65 2 4.04 -
YUV 33.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 9 42 56 0.84 0.25 0 0.78 197.87 0.72 0.13
Hex 9 2A 38 54 19 0 4E C6 48 D
Octal 11 52 70 124 31 0 116 306 110 15
Binary 1001 101010 111000 1010100 11001 0 1001110 11000110 1001000 1101

Color Harmonies of #092A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A38

Black with #092A38

Text Example


Text Example

White with #092A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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