Html Css Color HEX #092F40 Blue Whale

📋 copy color: '#092F40'

red 9 ◦ green 47 ◦ blue 64

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

Shades of Blue Whale #092F40

Tints of Blue Whale #092F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 7.5%
G = 39.17%
B = 53.33%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092F40 (or 0x092F40) is known color: Blue Whale. HEX triplet: 09, 2F and 40. RGB value is (9,47,64). Sum of RGB (Red+Green+Blue) = 9+47+64=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #092F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F40 is #F6D0BF. Grayscale: #252525. Windows color (decimal): -16175296 or 4206345. OLE color: 4206345.

HSL color Cylindrical-coordinate representation of color #092F40: hue angle of 198.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092F40 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 47 64 -
CMYK 0.86 0.27 0 0.75
HSL 198.55º 0.75% 0.14% -
HSV(B) 198.55º 0.86% 0.25% -
XYZ 2.05 2.46 5.22 -
YUV 37.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 9 47 64 0.86 0.27 0 0.75 198.55 0.75 0.14
Hex 9 2F 40 56 1B 0 4B C7 4B E
Octal 11 57 100 126 33 0 113 307 113 16
Binary 1001 101111 1000000 1010110 11011 0 1001011 11000111 1001011 1110

Color Harmonies of #092F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F40

Black with #092F40

Text Example


Text Example

White with #092F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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