Html Css Color HEX #09384A Blue Whale

📋 copy color: '#09384A'

red 9 ◦ green 56 ◦ blue 74

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

Shades of Blue Whale #09384A

Tints of Blue Whale #09384A

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.3% from 255) = 53.24%

R = 6.47%
G = 40.29%
B = 53.24%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09384A (or 0x09384A) is known color: 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

RGB 9 56 74 -
CMYK 0.88 0.24 0 0.71
HSL 196.62º 0.78% 0.16% -
HSV(B) 196.62º 0.88% 0.29% -
XYZ 2.76 3.38 6.99 -
YUV 44 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 9 56 74 0.88 0.24 0 0.71 196.62 0.78 0.16
Hex 9 38 4A 58 18 0 47 C5 4E 10
Octal 11 70 112 130 30 0 107 305 116 20
Binary 1001 111000 1001010 1011000 11000 0 1000111 11000101 1001110 10000

Color Harmonies of #09384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09384A

Black with #09384A

Text Example


Text Example

White with #09384A

Text Example


Text Example

HTML Codes & Css Web 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>