Html Css Color HEX #093240 Blue Whale

📋 copy color: '#093240'

red 9 ◦ green 50 ◦ blue 64

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

Shades of Blue Whale #093240

Tints of Blue Whale #093240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.65%

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

R = 7.32%
G = 40.65%
B = 52.03%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093240 (or 0x093240) is known color: Blue Whale. HEX triplet: 09, 32 and 40. RGB value is (9,50,64). Sum of RGB (Red+Green+Blue) = 9+50+64=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #093240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093240 is #F6CDBF. Grayscale: #272727. Windows color (decimal): -16174528 or 4207113. OLE color: 4207113.

HSL color Cylindrical-coordinate representation of color #093240: hue angle of 195.27º 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 #093240 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 50 64 -
CMYK 0.86 0.22 0 0.75
HSL 195.27º 0.75% 0.14% -
HSV(B) 195.27º 0.86% 0.25% -
XYZ 2.18 2.71 5.26 -
YUV 39.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 9 50 64 0.86 0.22 0 0.75 195.27 0.75 0.14
Hex 9 32 40 56 16 0 4B C3 4B E
Octal 11 62 100 126 26 0 113 303 113 16
Binary 1001 110010 1000000 1010110 10110 0 1001011 11000011 1001011 1110

Color Harmonies of #093240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093240

Black with #093240

Text Example


Text Example

White with #093240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093240; }

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

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

background-color css

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

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

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

border-color css

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

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

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