Html Css Color HEX #083FAF Cobalt

📋 copy color: '#083FAF'

red 8 ◦ green 63 ◦ blue 175

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

Shades of Cobalt #083FAF

Tints of Cobalt #083FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 71.14%

R = 3.25%
G = 25.61%
B = 71.14%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#083FAF (or 0x083FAF) is known color: Cobalt. HEX triplet: 08, 3F and AF. RGB value is (8,63,175). Sum of RGB (Red+Green+Blue) = 8+63+175=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #083FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083FAF is #F7C050. Grayscale: #3A3A3A. Windows color (decimal): -16236625 or 11484936. OLE color: 11484936.

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

Color convert

RGB 8 63 175 -
CMYK 0.95 0.64 0 0.31
HSL 220.24º 0.91% 0.36% -
HSV(B) 220.24º 0.95% 0.69% -
XYZ 9.62 6.7 41.34 -
YUV 59.32 193.28 91.39 -
System Red Green Blue C M Y K H S L
Decimal 8 63 175 0.95 0.64 0 0.31 220.24 0.91 0.36
Hex 8 3F AF 5F 40 0 1F DC 5B 24
Octal 10 77 257 137 100 0 37 334 133 44
Binary 1000 111111 10101111 1011111 1000000 0 11111 11011100 1011011 100100

Color Harmonies of #083FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FAF

Black with #083FAF

Text Example


Text Example

White with #083FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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