Html Css Color HEX #092F47 Blue Whale

📋 copy color: '#092F47'

red 9 ◦ green 47 ◦ blue 71

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

Shades of Blue Whale #092F47

Tints of Blue Whale #092F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.01%

 BLUE value IS 71 (28.13% from 255) = 55.91%

R = 7.09%
G = 37.01%
B = 55.91%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092F47 (or 0x092F47) is known color: Blue Whale. HEX triplet: 09, 2F and 47. RGB value is (9,47,71). Sum of RGB (Red+Green+Blue) = 9+47+71=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #092F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F47 is #F6D0B8. Grayscale: #262626. Windows color (decimal): -16175289 or 4665097. OLE color: 4665097.

HSL color Cylindrical-coordinate representation of color #092F47: hue angle of 203.23º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092F47 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 47 71 -
CMYK 0.87 0.34 0 0.72
HSL 203.23º 0.78% 0.16% -
HSV(B) 203.23º 0.87% 0.28% -
XYZ 2.27 2.55 6.33 -
YUV 38.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 9 47 71 0.87 0.34 0 0.72 203.23 0.78 0.16
Hex 9 2F 47 57 22 0 48 CB 4E 10
Octal 11 57 107 127 42 0 110 313 116 20
Binary 1001 101111 1000111 1010111 100010 0 1001000 11001011 1001110 10000

Color Harmonies of #092F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F47

Black with #092F47

Text Example


Text Example

White with #092F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,47,71); }

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

background-color css

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

 a { background-color: rgb(9,47,71); }

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

border-color css

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

 span { border-color: rgb(9,47,71); }

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