Html Css Color HEX #092448 Tangaroa

📋 copy color: '#092448'

red 9 ◦ green 36 ◦ blue 72

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

Shades of Tangaroa #092448

Tints of Tangaroa #092448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

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

R = 7.69%
G = 30.77%
B = 61.54%

CMYK

 C value IS 0.88

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092448 (or 0x092448) is known color: Tangaroa. HEX triplet: 09, 24 and 48. RGB value is (9,36,72). Sum of RGB (Red+Green+Blue) = 9+36+72=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #092448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092448 is #F6DBB7. Grayscale: #1F1F1F. Windows color (decimal): -16178104 or 4727817. OLE color: 4727817.

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

Color convert

RGB 9 36 72 -
CMYK 0.88 0.5 0 0.72
HSL 214.29º 0.78% 0.16% -
HSV(B) 214.29º 0.88% 0.28% -
XYZ 1.91 1.79 6.38 -
YUV 32.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 9 36 72 0.88 0.5 0 0.72 214.29 0.78 0.16
Hex 9 24 48 58 32 0 48 D6 4E 10
Octal 11 44 110 130 62 0 110 326 116 20
Binary 1001 100100 1001000 1011000 110010 0 1001000 11010110 1001110 10000

Color Harmonies of #092448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092448

Black with #092448

Text Example


Text Example

White with #092448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092448; }

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

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

background-color css

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

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

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

border-color css

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

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

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