Html Css Color HEX #093FAD Cobalt

📋 copy color: '#093FAD'

red 9 ◦ green 63 ◦ blue 173

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

Shades of Cobalt #093FAD

Tints of Cobalt #093FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 173 (67.97% from 255) = 70.61%

R = 3.67%
G = 25.71%
B = 70.61%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#093FAD (or 0x093FAD) is known color: Cobalt. HEX triplet: 09, 3F and AD. RGB value is (9,63,173). Sum of RGB (Red+Green+Blue) = 9+63+173=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #093FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FAD is #F6C052. Grayscale: #3A3A3A. Windows color (decimal): -16171091 or 11353865. OLE color: 11353865.

HSL color Cylindrical-coordinate representation of color #093FAD: hue angle of 220.24º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093FAD is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 63 173 -
CMYK 0.95 0.64 0 0.32
HSL 220.24º 0.9% 0.36% -
HSV(B) 220.24º 0.95% 0.68% -
XYZ 9.43 6.63 40.32 -
YUV 59.39 192.11 92.06 -
System Red Green Blue C M Y K H S L
Decimal 9 63 173 0.95 0.64 0 0.32 220.24 0.9 0.36
Hex 9 3F AD 5F 40 0 20 DC 5A 24
Octal 11 77 255 137 100 0 40 334 132 44
Binary 1001 111111 10101101 1011111 1000000 0 100000 11011100 1011010 100100

Color Harmonies of #093FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FAD

Black with #093FAD

Text Example


Text Example

White with #093FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093FAD; }

 p { color: rgb(9,63,173); }

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

background-color css

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

 a { background-color: rgb(9,63,173); }

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

border-color css

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

 span { border-color: rgb(9,63,173); }

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