Html Css Color HEX #093341 Blue Whale

📋 copy color: '#093341'

red 9 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #093341

Tints of Blue Whale #093341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

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

R = 7.2%
G = 40.8%
B = 52%

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

#093341 (or 0x093341) is known color: Blue Whale. HEX triplet: 09, 33 and 41. RGB value is (9,51,65). Sum of RGB (Red+Green+Blue) = 9+51+65=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #093341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093341 is #F6CCBE. Grayscale: #272727. Windows color (decimal): -16174271 or 4272905. OLE color: 4272905.

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

Color convert

RGB 9 51 65 -
CMYK 0.86 0.22 0 0.75
HSL 195º 0.76% 0.15% -
HSV(B) 195º 0.86% 0.25% -
XYZ 2.25 2.81 5.42 -
YUV 40.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 9 51 65 0.86 0.22 0 0.75 195 0.76 0.15
Hex 9 33 41 56 16 0 4B C3 4C F
Octal 11 63 101 126 26 0 113 303 114 17
Binary 1001 110011 1000001 1010110 10110 0 1001011 11000011 1001100 1111

Color Harmonies of #093341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093341

Black with #093341

Text Example


Text Example

White with #093341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093341; }

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

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

background-color css

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

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

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

border-color css

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

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

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