Html Css Color HEX #09344B Blue Whale

📋 copy color: '#09344B'

red 9 ◦ green 52 ◦ blue 75

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

Shades of Blue Whale #09344B

Tints of Blue Whale #09344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.24%

 BLUE value IS 75 (29.69% from 255) = 55.15%

R = 6.62%
G = 38.24%
B = 55.15%

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

#09344B (or 0x09344B) is known color: Blue Whale. HEX triplet: 09, 34 and 4B. RGB value is (9,52,75). Sum of RGB (Red+Green+Blue) = 9+52+75=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #09344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09344B is #F6CBB4. Grayscale: #292929. Windows color (decimal): -16174005 or 4928521. OLE color: 4928521.

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

Color convert

RGB 9 52 75 -
CMYK 0.88 0.31 0 0.71
HSL 200.91º 0.79% 0.16% -
HSV(B) 200.91º 0.88% 0.29% -
XYZ 2.61 3.02 7.1 -
YUV 41.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 9 52 75 0.88 0.31 0 0.71 200.91 0.79 0.16
Hex 9 34 4B 58 1F 0 47 C9 4F 10
Octal 11 64 113 130 37 0 107 311 117 20
Binary 1001 110100 1001011 1011000 11111 0 1000111 11001001 1001111 10000

Color Harmonies of #09344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09344B

Black with #09344B

Text Example


Text Example

White with #09344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09344B; }

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

 H1.HeaderClassName
 {
   color: #09344B;
 }
 .AnyTagClassName
 {
   color: #09344B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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