Html Css Color HEX #092E45 Blue Whale

📋 copy color: '#092E45'

red 9 ◦ green 46 ◦ blue 69

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

Shades of Blue Whale #092E45

Tints of Blue Whale #092E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 55.65%

R = 7.26%
G = 37.1%
B = 55.65%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092E45 (or 0x092E45) is known color: Blue Whale. HEX triplet: 09, 2E and 45. RGB value is (9,46,69). Sum of RGB (Red+Green+Blue) = 9+46+69=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #092E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E45 is #F6D1BA. Grayscale: #252525. Windows color (decimal): -16175547 or 4533769. OLE color: 4533769.

HSL color Cylindrical-coordinate representation of color #092E45: hue angle of 203º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092E45 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 46 69 -
CMYK 0.87 0.33 0 0.73
HSL 203º 0.77% 0.15% -
HSV(B) 203º 0.87% 0.27% -
XYZ 2.16 2.44 5.99 -
YUV 37.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 9 46 69 0.87 0.33 0 0.73 203 0.77 0.15
Hex 9 2E 45 57 21 0 49 CB 4D F
Octal 11 56 105 127 41 0 111 313 115 17
Binary 1001 101110 1000101 1010111 100001 0 1001001 11001011 1001101 1111

Color Harmonies of #092E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E45

Black with #092E45

Text Example


Text Example

White with #092E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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