Html Css Color HEX #09334A Blue Whale

📋 copy color: '#09334A'

red 9 ◦ green 51 ◦ blue 74

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

Shades of Blue Whale #09334A

Tints of Blue Whale #09334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 55.22%

R = 6.72%
G = 38.06%
B = 55.22%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09334A (or 0x09334A) is known color: Blue Whale. HEX triplet: 09, 33 and 4A. RGB value is (9,51,74). Sum of RGB (Red+Green+Blue) = 9+51+74=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #09334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09334A is #F6CCB5. Grayscale: #282828. Windows color (decimal): -16174262 or 4862729. OLE color: 4862729.

HSL color Cylindrical-coordinate representation of color #09334A: hue angle of 201.23º 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 #09334A is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 51 74 -
CMYK 0.88 0.31 0 0.71
HSL 201.23º 0.78% 0.16% -
HSV(B) 201.23º 0.88% 0.29% -
XYZ 2.53 2.92 6.91 -
YUV 41.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 9 51 74 0.88 0.31 0 0.71 201.23 0.78 0.16
Hex 9 33 4A 58 1F 0 47 C9 4E 10
Octal 11 63 112 130 37 0 107 311 116 20
Binary 1001 110011 1001010 1011000 11111 0 1000111 11001001 1001110 10000

Color Harmonies of #09334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09334A

Black with #09334A

Text Example


Text Example

White with #09334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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