#093443

Color #093443 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #093443

Tints of Blue Whale #093443

Color information

#093443 (or 0x093443) is unknown color: approx Blue Whale. HEX triplet: 09, 34 and 43. RGB value is (9,52,67). Sum of RGB (Red+Green+Blue) = 9+52+67=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #093443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093443 is #F6CBBC. Grayscale: #282828. Windows color (decimal): -16174013 or 4404233. OLE color: 4404233.

HSL color Cylindrical-coordinate representation of color #093443: hue angle of 195.52º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093443 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB95267-
CMYK0.870.2200.74
HSL195.52º76.32%14.9%-
HSV(B)195.52º86.57%26.27%-
XYZ2.352.925.75-
YUV40.85142.75105.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=7.03%
G=40.62%
B=52.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal952670.870.2200.74195.5276.3214.9
Hex93443571604Ac44cf
Octal116410312726011230411417
Binary10011101001000011101011110110010010101100010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093443; }

 p { color: rgb(9,52,67); }

 H1.HeaderClassName
 {
   color: #093443;
 }
 .AnyTagClassName
 {
   color: #093443;
 }
</style>
background-color css

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

 a { background-color: rgb(9,52,67); }

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

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

 span { border-color: rgb(9,52,67); }

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