#093243

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

Shades of Blue Whale #093243

Tints of Blue Whale #093243

Color information

#093243 (or 0x093243) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 43. RGB value is (9,50,67). Sum of RGB (Red+Green+Blue) = 9+50+67=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #093243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093243 is #F6CDBC. Grayscale: #272727. Windows color (decimal): -16174525 or 4403721. OLE color: 4403721.

HSL color Cylindrical-coordinate representation of color #093243: hue angle of 197.59º 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 #093243 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB95067-
CMYK0.870.2500.74
HSL197.59º76.32%14.9%-
HSV(B)197.59º86.57%26.27%-
XYZ2.272.745.72-
YUV39.68143.42106.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 67 (26.56% from 255) = 53.17%
R=7.14%
G=39.68%
B=53.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal950670.870.2500.74197.5976.3214.9
Hex93243571904Ac64cf
Octal116210312731011230611417
Binary10011100101000011101011111001010010101100011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093243; }

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

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

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

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

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

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

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

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