Html Css Color HEX #092348 Tangaroa

📋 copy color: '#092348'

red 9 ◦ green 35 ◦ blue 72

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

Shades of Tangaroa #092348

Tints of Tangaroa #092348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

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

R = 7.76%
G = 30.17%
B = 62.07%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092348 (or 0x092348) is known color: Tangaroa. HEX triplet: 09, 23 and 48. RGB value is (9,35,72). Sum of RGB (Red+Green+Blue) = 9+35+72=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #092348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092348 is #F6DCB7. Grayscale: #1F1F1F. Windows color (decimal): -16178360 or 4727561. OLE color: 4727561.

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

Color convert

RGB 9 35 72 -
CMYK 0.88 0.51 0 0.72
HSL 215.24º 0.78% 0.16% -
HSV(B) 215.24º 0.88% 0.28% -
XYZ 1.88 1.73 6.37 -
YUV 31.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 9 35 72 0.88 0.51 0 0.72 215.24 0.78 0.16
Hex 9 23 48 58 33 0 48 D7 4E 10
Octal 11 43 110 130 63 0 110 327 116 20
Binary 1001 100011 1001000 1011000 110011 0 1001000 11010111 1001110 10000

Color Harmonies of #092348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092348

Black with #092348

Text Example


Text Example

White with #092348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092348; }

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

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

background-color css

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

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

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

border-color css

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

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

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