Html Css Color HEX #093EAC Cobalt

📋 copy color: '#093EAC'

red 9 ◦ green 62 ◦ blue 172

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

Shades of Cobalt #093EAC

Tints of Cobalt #093EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.51%

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

R = 3.7%
G = 25.51%
B = 70.78%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#093EAC (or 0x093EAC) is known color: Cobalt. HEX triplet: 09, 3E and AC. RGB value is (9,62,172). Sum of RGB (Red+Green+Blue) = 9+62+172=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #093EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093EAC is #F6C153. Grayscale: #3A3A3A. Windows color (decimal): -16171348 or 11288073. OLE color: 11288073.

HSL color Cylindrical-coordinate representation of color #093EAC: hue angle of 220.49º 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 #093EAC is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 62 172 -
CMYK 0.95 0.64 0 0.33
HSL 220.49º 0.9% 0.35% -
HSV(B) 220.49º 0.95% 0.67% -
XYZ 9.28 6.48 39.79 -
YUV 58.69 191.94 92.56 -
System Red Green Blue C M Y K H S L
Decimal 9 62 172 0.95 0.64 0 0.33 220.49 0.9 0.35
Hex 9 3E AC 5F 40 0 21 DC 5A 23
Octal 11 76 254 137 100 0 41 334 132 43
Binary 1001 111110 10101100 1011111 1000000 0 100001 11011100 1011010 100011

Color Harmonies of #093EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EAC

Black with #093EAC

Text Example


Text Example

White with #093EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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