Html Css Color HEX #083DAE Cobalt

📋 copy color: '#083DAE'

red 8 ◦ green 61 ◦ blue 174

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

Shades of Cobalt #083DAE

Tints of Cobalt #083DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

 BLUE value IS 174 (68.36% from 255) = 71.6%

R = 3.29%
G = 25.1%
B = 71.6%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#083DAE (or 0x083DAE) is known color: Cobalt. HEX triplet: 08, 3D and AE. RGB value is (8,61,174). Sum of RGB (Red+Green+Blue) = 8+61+174=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #083DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083DAE is #F7C251. Grayscale: #393939. Windows color (decimal): -16237138 or 11418888. OLE color: 11418888.

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

Color convert

RGB 8 61 174 -
CMYK 0.95 0.65 0 0.32
HSL 220.84º 0.91% 0.36% -
HSV(B) 220.84º 0.95% 0.68% -
XYZ 9.41 6.45 40.79 -
YUV 58.04 193.44 92.31 -
System Red Green Blue C M Y K H S L
Decimal 8 61 174 0.95 0.65 0 0.32 220.84 0.91 0.36
Hex 8 3D AE 5F 41 0 20 DD 5B 24
Octal 10 75 256 137 101 0 40 335 133 44
Binary 1000 111101 10101110 1011111 1000001 0 100000 11011101 1011011 100100

Color Harmonies of #083DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DAE

Black with #083DAE

Text Example


Text Example

White with #083DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,61,174); }

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

background-color css

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

 a { background-color: rgb(8,61,174); }

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

border-color css

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

 span { border-color: rgb(8,61,174); }

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