Html Css Color HEX #092848 Tangaroa

📋 copy color: '#092848'

red 9 ◦ green 40 ◦ blue 72

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

Shades of Tangaroa #092848

Tints of Tangaroa #092848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.06%

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

R = 7.44%
G = 33.06%
B = 59.5%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092848 (or 0x092848) is known color: Tangaroa. HEX triplet: 09, 28 and 48. RGB value is (9,40,72). Sum of RGB (Red+Green+Blue) = 9+40+72=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #092848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092848 is #F6D7B7. Grayscale: #222222. Windows color (decimal): -16177080 or 4728841. OLE color: 4728841.

HSL color Cylindrical-coordinate representation of color #092848: hue angle of 210.48º 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 #092848 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 40 72 -
CMYK 0.88 0.44 0 0.72
HSL 210.48º 0.78% 0.16% -
HSV(B) 210.48º 0.88% 0.28% -
XYZ 2.04 2.04 6.42 -
YUV 34.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 9 40 72 0.88 0.44 0 0.72 210.48 0.78 0.16
Hex 9 28 48 58 2C 0 48 D2 4E 10
Octal 11 50 110 130 54 0 110 322 116 20
Binary 1001 101000 1001000 1011000 101100 0 1001000 11010010 1001110 10000

Color Harmonies of #092848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092848

Black with #092848

Text Example


Text Example

White with #092848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092848; }

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

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

background-color css

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

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

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

border-color css

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

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

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