Html Css Color HEX #093443 Blue Whale

📋 copy color: '#093443'

red 9 ◦ green 52 ◦ blue 67

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

Shades of Blue Whale #093443

Tints of Blue Whale #093443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 52.34%

R = 7.03%
G = 40.63%
B = 52.34%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093443 (or 0x093443) is known color: Blue Whale. HEX triplet: 09, 34 and 43. RGB value is (9,52,67). Sum of RGB (Red+Green+Blue) = 9+52+67=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #093443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093443 is #F6CBBC. Grayscale: #282828. Windows color (decimal): -16174013 or 4404233. OLE color: 4404233.

HSL color Cylindrical-coordinate representation of color #093443: hue angle of 195.52º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093443 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 52 67 -
CMYK 0.87 0.22 0 0.74
HSL 195.52º 0.76% 0.15% -
HSV(B) 195.52º 0.87% 0.26% -
XYZ 2.35 2.92 5.75 -
YUV 40.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 9 52 67 0.87 0.22 0 0.74 195.52 0.76 0.15
Hex 9 34 43 57 16 0 4A C4 4C F
Octal 11 64 103 127 26 0 112 304 114 17
Binary 1001 110100 1000011 1010111 10110 0 1001010 11000100 1001100 1111

Color Harmonies of #093443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093443

Black with #093443

Text Example


Text Example

White with #093443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093443; }

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

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

background-color css

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

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

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

border-color css

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

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

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