Html Css Color HEX #092C49 Blue Whale

📋 copy color: '#092C49'

red 9 ◦ green 44 ◦ blue 73

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

Shades of Blue Whale #092C49

Tints of Blue Whale #092C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.92%

 BLUE value IS 73 (28.91% from 255) = 57.94%

R = 7.14%
G = 34.92%
B = 57.94%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#092C49 (or 0x092C49) is known color: Blue Whale. HEX triplet: 09, 2C and 49. RGB value is (9,44,73). Sum of RGB (Red+Green+Blue) = 9+44+73=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #092C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C49 is #F6D3B6. Grayscale: #242424. Windows color (decimal): -16176055 or 4795401. OLE color: 4795401.

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

Color convert

RGB 9 44 73 -
CMYK 0.88 0.40 0 0.71
HSL 207.19º 0.78% 0.16% -
HSV(B) 207.19º 0.88% 0.29% -
XYZ 2.22 2.34 6.64 -
YUV 36.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 9 44 73 0.88 0.40 0 0.71 207.19 0.78 0.16
Hex 9 2C 49 58 28 0 47 CF 4E 10
Octal 11 54 111 130 50 0 107 317 116 20
Binary 1001 101100 1001001 1011000 101000 0 1000111 11001111 1001110 10000

Color Harmonies of #092C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C49

Black with #092C49

Text Example


Text Example

White with #092C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,73); }

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

background-color css

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

 a { background-color: rgb(9,44,73); }

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

border-color css

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

 span { border-color: rgb(9,44,73); }

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