Html Css Color HEX #092C48 Blue Whale

📋 copy color: '#092C48'

red 9 ◦ green 44 ◦ blue 72

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

Shades of Blue Whale #092C48

Tints of Blue Whale #092C48

RGB

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

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

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

R = 7.2%
G = 35.2%
B = 57.6%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092C48 (or 0x092C48) is known color: Blue Whale. HEX triplet: 09, 2C and 48. RGB value is (9,44,72). Sum of RGB (Red+Green+Blue) = 9+44+72=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #092C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C48 is #F6D3B7. Grayscale: #242424. Windows color (decimal): -16176056 or 4729865. OLE color: 4729865.

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

Color convert

RGB 9 44 72 -
CMYK 0.88 0.39 0 0.72
HSL 206.67º 0.78% 0.16% -
HSV(B) 206.67º 0.88% 0.28% -
XYZ 2.18 2.33 6.47 -
YUV 36.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 9 44 72 0.88 0.39 0 0.72 206.67 0.78 0.16
Hex 9 2C 48 58 27 0 48 CF 4E 10
Octal 11 54 110 130 47 0 110 317 116 20
Binary 1001 101100 1001000 1011000 100111 0 1001000 11001111 1001110 10000

Color Harmonies of #092C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C48

Black with #092C48

Text Example


Text Example

White with #092C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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