Html Css Color HEX #092A48 Tangaroa

📋 copy color: '#092A48'

red 9 ◦ green 42 ◦ blue 72

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

Shades of Tangaroa #092A48

Tints of Tangaroa #092A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 7.32%
G = 34.15%
B = 58.54%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092A48 (or 0x092A48) is known color: Tangaroa. HEX triplet: 09, 2A and 48. RGB value is (9,42,72). Sum of RGB (Red+Green+Blue) = 9+42+72=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #092A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A48 is #F6D5B7. Grayscale: #232323. Windows color (decimal): -16176568 or 4729353. OLE color: 4729353.

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

Color convert

RGB 9 42 72 -
CMYK 0.88 0.42 0 0.72
HSL 208.57º 0.78% 0.16% -
HSV(B) 208.57º 0.88% 0.28% -
XYZ 2.11 2.18 6.44 -
YUV 35.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 9 42 72 0.88 0.42 0 0.72 208.57 0.78 0.16
Hex 9 2A 48 58 2A 0 48 D1 4E 10
Octal 11 52 110 130 52 0 110 321 116 20
Binary 1001 101010 1001000 1011000 101010 0 1001000 11010001 1001110 10000

Color Harmonies of #092A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A48

Black with #092A48

Text Example


Text Example

White with #092A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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