Html Css Color HEX #083EAC Cobalt

📋 copy color: '#083EAC'

red 8 ◦ green 62 ◦ blue 172

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

Shades of Cobalt #083EAC

Tints of Cobalt #083EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.62%

 BLUE value IS 172 (67.58% from 255) = 71.07%

R = 3.31%
G = 25.62%
B = 71.07%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#083EAC (or 0x083EAC) is known color: Cobalt. HEX triplet: 08, 3E and AC. RGB value is (8,62,172). Sum of RGB (Red+Green+Blue) = 8+62+172=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #083EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083EAC is #F7C153. Grayscale: #393939. Windows color (decimal): -16236884 or 11288072. OLE color: 11288072.

HSL color Cylindrical-coordinate representation of color #083EAC: hue angle of 220.24º 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 #083EAC is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 62 172 -
CMYK 0.95 0.64 0 0.33
HSL 220.24º 0.91% 0.35% -
HSV(B) 220.24º 0.95% 0.67% -
XYZ 9.27 6.48 39.79 -
YUV 58.39 192.11 92.06 -
System Red Green Blue C M Y K H S L
Decimal 8 62 172 0.95 0.64 0 0.33 220.24 0.91 0.35
Hex 8 3E AC 5F 40 0 21 DC 5B 23
Octal 10 76 254 137 100 0 41 334 133 43
Binary 1000 111110 10101100 1011111 1000000 0 100001 11011100 1011011 100011

Color Harmonies of #083EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083EAC

Black with #083EAC

Text Example


Text Example

White with #083EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,62,172); }

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

background-color css

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

 a { background-color: rgb(8,62,172); }

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

border-color css

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

 span { border-color: rgb(8,62,172); }

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