Html Css Color HEX #083FAD Cobalt

📋 copy color: '#083FAD'

red 8 ◦ green 63 ◦ blue 173

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

Shades of Cobalt #083FAD

Tints of Cobalt #083FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.9%

R = 3.28%
G = 25.82%
B = 70.9%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#083FAD (or 0x083FAD) is known color: Cobalt. HEX triplet: 08, 3F and AD. RGB value is (8,63,173). Sum of RGB (Red+Green+Blue) = 8+63+173=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #083FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083FAD is #F7C052. Grayscale: #3A3A3A. Windows color (decimal): -16236627 or 11353864. OLE color: 11353864.

HSL color Cylindrical-coordinate representation of color #083FAD: hue angle of 220º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083FAD is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 63 173 -
CMYK 0.95 0.64 0 0.32
HSL 220º 0.91% 0.35% -
HSV(B) 220º 0.95% 0.68% -
XYZ 9.42 6.62 40.32 -
YUV 59.1 192.28 91.56 -
System Red Green Blue C M Y K H S L
Decimal 8 63 173 0.95 0.64 0 0.32 220 0.91 0.35
Hex 8 3F AD 5F 40 0 20 DC 5B 23
Octal 10 77 255 137 100 0 40 334 133 43
Binary 1000 111111 10101101 1011111 1000000 0 100000 11011100 1011011 100011

Color Harmonies of #083FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FAD

Black with #083FAD

Text Example


Text Example

White with #083FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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