Html Css Color HEX #093445 Blue Whale

📋 copy color: '#093445'

red 9 ◦ green 52 ◦ blue 69

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

Shades of Blue Whale #093445

Tints of Blue Whale #093445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 53.08%

R = 6.92%
G = 40%
B = 53.08%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093445 (or 0x093445) is known color: Blue Whale. HEX triplet: 09, 34 and 45. RGB value is (9,52,69). Sum of RGB (Red+Green+Blue) = 9+52+69=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #093445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093445 is #F6CBBA. Grayscale: #282828. Windows color (decimal): -16174011 or 4535305. OLE color: 4535305.

HSL color Cylindrical-coordinate representation of color #093445: hue angle of 197º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093445 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 52 69 -
CMYK 0.87 0.25 0 0.73
HSL 197º 0.77% 0.15% -
HSV(B) 197º 0.87% 0.27% -
XYZ 2.41 2.94 6.07 -
YUV 41.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 9 52 69 0.87 0.25 0 0.73 197 0.77 0.15
Hex 9 34 45 57 19 0 49 C5 4D F
Octal 11 64 105 127 31 0 111 305 115 17
Binary 1001 110100 1000101 1010111 11001 0 1001001 11000101 1001101 1111

Color Harmonies of #093445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093445

Black with #093445

Text Example


Text Example

White with #093445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093445; }

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

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

background-color css

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

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

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

border-color css

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

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

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