Html Css Color HEX #092948 Tangaroa

📋 copy color: '#092948'

red 9 ◦ green 41 ◦ blue 72

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

Shades of Tangaroa #092948

Tints of Tangaroa #092948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.61%

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

R = 7.38%
G = 33.61%
B = 59.02%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092948 (or 0x092948) is known color: Tangaroa. HEX triplet: 09, 29 and 48. RGB value is (9,41,72). Sum of RGB (Red+Green+Blue) = 9+41+72=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #092948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092948 is #F6D6B7. Grayscale: #222222. Windows color (decimal): -16176824 or 4729097. OLE color: 4729097.

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

Color convert

RGB 9 41 72 -
CMYK 0.88 0.43 0 0.72
HSL 209.52º 0.78% 0.16% -
HSV(B) 209.52º 0.88% 0.28% -
XYZ 2.08 2.11 6.43 -
YUV 34.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 9 41 72 0.88 0.43 0 0.72 209.52 0.78 0.16
Hex 9 29 48 58 2B 0 48 D2 4E 10
Octal 11 51 110 130 53 0 110 322 116 20
Binary 1001 101001 1001000 1011000 101011 0 1001000 11010010 1001110 10000

Color Harmonies of #092948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092948

Black with #092948

Text Example


Text Example

White with #092948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092948; }

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

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

background-color css

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

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

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

border-color css

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

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

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