Html Css Color HEX #092E41 Blue Whale

📋 copy color: '#092E41'

red 9 ◦ green 46 ◦ blue 65

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

Shades of Blue Whale #092E41

Tints of Blue Whale #092E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

 BLUE value IS 65 (25.78% from 255) = 54.17%

R = 7.5%
G = 38.33%
B = 54.17%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#092E41 (or 0x092E41) is known color: Blue Whale. HEX triplet: 09, 2E and 41. RGB value is (9,46,65). Sum of RGB (Red+Green+Blue) = 9+46+65=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #092E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E41 is #F6D1BE. Grayscale: #242424. Windows color (decimal): -16175551 or 4271625. OLE color: 4271625.

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

Color convert

RGB 9 46 65 -
CMYK 0.86 0.29 0 0.75
HSL 200.36º 0.76% 0.15% -
HSV(B) 200.36º 0.86% 0.25% -
XYZ 2.04 2.39 5.36 -
YUV 37.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 9 46 65 0.86 0.29 0 0.75 200.36 0.76 0.15
Hex 9 2E 41 56 1D 0 4B C8 4C F
Octal 11 56 101 126 35 0 113 310 114 17
Binary 1001 101110 1000001 1010110 11101 0 1001011 11001000 1001100 1111

Color Harmonies of #092E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E41

Black with #092E41

Text Example


Text Example

White with #092E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,46,65); }

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

background-color css

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

 a { background-color: rgb(9,46,65); }

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

border-color css

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

 span { border-color: rgb(9,46,65); }

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