Html Css Color HEX #093EBA Cobalt

📋 copy color: '#093EBA'

red 9 ◦ green 62 ◦ blue 186

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

Shades of Cobalt #093EBA

Tints of Cobalt #093EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.37%

R = 3.5%
G = 24.12%
B = 72.37%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#093EBA (or 0x093EBA) is known color: Cobalt. HEX triplet: 09, 3E and BA. RGB value is (9,62,186). Sum of RGB (Red+Green+Blue) = 9+62+186=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #093EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EBA is #F6C145. Grayscale: #3B3B3B. Windows color (decimal): -16171334 or 12205577. OLE color: 12205577.

HSL color Cylindrical-coordinate representation of color #093EBA: hue angle of 222.03º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093EBA is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 62 186 -
CMYK 0.95 0.67 0 0.27
HSL 222.03º 0.91% 0.38% -
HSV(B) 222.03º 0.95% 0.73% -
XYZ 10.7 7.05 47.25 -
YUV 60.29 198.94 91.42 -
System Red Green Blue C M Y K H S L
Decimal 9 62 186 0.95 0.67 0 0.27 222.03 0.91 0.38
Hex 9 3E BA 5F 43 0 1B DE 5B 26
Octal 11 76 272 137 103 0 33 336 133 46
Binary 1001 111110 10111010 1011111 1000011 0 11011 11011110 1011011 100110

Color Harmonies of #093EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EBA

Black with #093EBA

Text Example


Text Example

White with #093EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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