Html Css Color HEX #093FAC Cobalt

📋 copy color: '#093FAC'

red 9 ◦ green 63 ◦ blue 172

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

Shades of Cobalt #093FAC

Tints of Cobalt #093FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 70.49%

R = 3.69%
G = 25.82%
B = 70.49%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#093FAC (or 0x093FAC) is known color: Cobalt. HEX triplet: 09, 3F and AC. RGB value is (9,63,172). Sum of RGB (Red+Green+Blue) = 9+63+172=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #093FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FAC is #F6C053. Grayscale: #3A3A3A. Windows color (decimal): -16171092 or 11288329. OLE color: 11288329.

HSL color Cylindrical-coordinate representation of color #093FAC: hue angle of 220.12º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093FAC is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 63 172 -
CMYK 0.95 0.63 0 0.33
HSL 220.12º 0.9% 0.35% -
HSV(B) 220.12º 0.95% 0.67% -
XYZ 9.34 6.59 39.81 -
YUV 59.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 9 63 172 0.95 0.63 0 0.33 220.12 0.9 0.35
Hex 9 3F AC 5F 3F 0 21 DC 5A 23
Octal 11 77 254 137 77 0 41 334 132 43
Binary 1001 111111 10101100 1011111 111111 0 100001 11011100 1011010 100011

Color Harmonies of #093FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FAC

Black with #093FAC

Text Example


Text Example

White with #093FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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