Html Css Color HEX #093243 Blue Whale

📋 copy color: '#093243'

red 9 ◦ green 50 ◦ blue 67

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

Shades of Blue Whale #093243

Tints of Blue Whale #093243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.68%

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

R = 7.14%
G = 39.68%
B = 53.17%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093243 (or 0x093243) is known color: Blue Whale. HEX triplet: 09, 32 and 43. RGB value is (9,50,67). Sum of RGB (Red+Green+Blue) = 9+50+67=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #093243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093243 is #F6CDBC. Grayscale: #272727. Windows color (decimal): -16174525 or 4403721. OLE color: 4403721.

HSL color Cylindrical-coordinate representation of color #093243: hue angle of 197.59º 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 #093243 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 50 67 -
CMYK 0.87 0.25 0 0.74
HSL 197.59º 0.76% 0.15% -
HSV(B) 197.59º 0.87% 0.26% -
XYZ 2.27 2.74 5.72 -
YUV 39.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 9 50 67 0.87 0.25 0 0.74 197.59 0.76 0.15
Hex 9 32 43 57 19 0 4A C6 4C F
Octal 11 62 103 127 31 0 112 306 114 17
Binary 1001 110010 1000011 1010111 11001 0 1001010 11000110 1001100 1111

Color Harmonies of #093243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093243

Black with #093243

Text Example


Text Example

White with #093243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093243; }

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

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

background-color css

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

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

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

border-color css

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

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

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