#09384A

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

Shades of Blue Whale #09384A

Tints of Blue Whale #09384A

Color information

#09384A (or 0x09384A) is unknown color: approx Blue Whale. HEX triplet: 09, 38 and 4A. RGB value is (9,56,74). Sum of RGB (Red+Green+Blue) = 9+56+74=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #09384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09384A is #F6C7B5. Grayscale: #2B2B2B. Windows color (decimal): -16172982 or 4864009. OLE color: 4864009.

HSL color Cylindrical-coordinate representation of color #09384A: hue angle of 196.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09384A is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95674-
CMYK0.880.2400.71
HSL196.62º78.31%16.27%-
HSV(B)196.62º87.84%29.02%-
XYZ2.763.386.99-
YUV44144.93103.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 56 (22.27% from 255) = 40.29%
BLUE value IS 74 (29.30% from 255) = 53.24%
R=6.47%
G=40.29%
B=53.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal956740.880.2400.71196.6278.3116.27
Hex9384A5818047c54e10
Octal117011213030010730511620
Binary100111100010010101011000110000100011111000101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09384A; }

 p { color: rgb(9,56,74); }

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

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

 a { background-color: rgb(9,56,74); }

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

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

 span { border-color: rgb(9,56,74); }

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