Html Css Color HEX #093FBA Cobalt

📋 copy color: '#093FBA'

red 9 ◦ green 63 ◦ blue 186

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

Shades of Cobalt #093FBA

Tints of Cobalt #093FBA

RGB

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

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

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

R = 3.49%
G = 24.42%
B = 72.09%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#093FBA (or 0x093FBA) is known color: Cobalt. HEX triplet: 09, 3F and BA. RGB value is (9,63,186). Sum of RGB (Red+Green+Blue) = 9+63+186=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #093FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FBA is #F6C045. Grayscale: #3C3C3C. Windows color (decimal): -16171078 or 12205833. OLE color: 12205833.

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

Color convert

RGB 9 63 186 -
CMYK 0.95 0.66 0 0.27
HSL 221.69º 0.91% 0.38% -
HSV(B) 221.69º 0.95% 0.73% -
XYZ 10.75 7.16 47.27 -
YUV 60.88 198.61 91 -
System Red Green Blue C M Y K H S L
Decimal 9 63 186 0.95 0.66 0 0.27 221.69 0.91 0.38
Hex 9 3F BA 5F 42 0 1B DE 5B 26
Octal 11 77 272 137 102 0 33 336 133 46
Binary 1001 111111 10111010 1011111 1000010 0 11011 11011110 1011011 100110

Color Harmonies of #093FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FBA

Black with #093FBA

Text Example


Text Example

White with #093FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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