Html Css Color HEX #083FAA Cobalt

📋 copy color: '#083FAA'

red 8 ◦ green 63 ◦ blue 170

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

Shades of Cobalt #083FAA

Tints of Cobalt #083FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 3.32%
G = 26.14%
B = 70.54%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#083FAA (or 0x083FAA) is known color: Cobalt. HEX triplet: 08, 3F and AA. RGB value is (8,63,170). Sum of RGB (Red+Green+Blue) = 8+63+170=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #083FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083FAA is #F7C055. Grayscale: #3A3A3A. Windows color (decimal): -16236630 or 11157256. OLE color: 11157256.

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

Color convert

RGB 8 63 170 -
CMYK 0.95 0.63 0 0.33
HSL 219.63º 0.91% 0.35% -
HSV(B) 219.63º 0.95% 0.67% -
XYZ 9.13 6.51 38.81 -
YUV 58.75 190.78 91.8 -
System Red Green Blue C M Y K H S L
Decimal 8 63 170 0.95 0.63 0 0.33 219.63 0.91 0.35
Hex 8 3F AA 5F 3F 0 21 DC 5B 23
Octal 10 77 252 137 77 0 41 334 133 43
Binary 1000 111111 10101010 1011111 111111 0 100001 11011100 1011011 100011

Color Harmonies of #083FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083FAA

Black with #083FAA

Text Example


Text Example

White with #083FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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