Html Css Color HEX #083FBA Cobalt

📋 copy color: '#083FBA'

red 8 ◦ green 63 ◦ blue 186

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

Shades of Cobalt #083FBA

Tints of Cobalt #083FBA

RGB

 RED value IS 8 (3.52% from 255) = 3.11%

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

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

R = 3.11%
G = 24.51%
B = 72.37%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#083FBA (or 0x083FBA) is known color: Cobalt. HEX triplet: 08, 3F and BA. RGB value is (8,63,186). Sum of RGB (Red+Green+Blue) = 8+63+186=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 63 (25% from 255 or 24.51% 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 #083FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FBA is #F7C045. Grayscale: #3C3C3C. Windows color (decimal): -16236614 or 12205832. OLE color: 12205832.

HSL color Cylindrical-coordinate representation of color #083FBA: hue angle of 221.46º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083FBA is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 63 186 -
CMYK 0.96 0.66 0 0.27
HSL 221.46º 0.92% 0.38% -
HSV(B) 221.46º 0.96% 0.73% -
XYZ 10.74 7.15 47.27 -
YUV 60.58 198.78 90.5 -
System Red Green Blue C M Y K H S L
Decimal 8 63 186 0.96 0.66 0 0.27 221.46 0.92 0.38
Hex 8 3F BA 60 42 0 1B DD 5C 26
Octal 10 77 272 140 102 0 33 335 134 46
Binary 1000 111111 10111010 1100000 1000010 0 11011 11011101 1011100 100110

Color Harmonies of #083FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FBA

Black with #083FBA

Text Example


Text Example

White with #083FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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