Html Css Color HEX #0856AE Cobalt

📋 copy color: '#0856AE'

red 8 ◦ green 86 ◦ blue 174

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

Shades of Cobalt #0856AE

Tints of Cobalt #0856AE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 2.99%
G = 32.09%
B = 64.93%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0856AE (or 0x0856AE) is known color: Cobalt. HEX triplet: 08, 56 and AE. RGB value is (8,86,174). Sum of RGB (Red+Green+Blue) = 8+86+174=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #0856AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0856AE is #F7A951. Grayscale: #484848. Windows color (decimal): -16230738 or 11425288. OLE color: 11425288.

HSL color Cylindrical-coordinate representation of color #0856AE: hue angle of 211.81º 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 #0856AE is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 86 174 -
CMYK 0.95 0.51 0 0.32
HSL 211.81º 0.91% 0.36% -
HSV(B) 211.81º 0.95% 0.68% -
XYZ 11.07 9.76 41.35 -
YUV 72.71 185.16 81.84 -
System Red Green Blue C M Y K H S L
Decimal 8 86 174 0.95 0.51 0 0.32 211.81 0.91 0.36
Hex 8 56 AE 5F 33 0 20 D4 5B 24
Octal 10 126 256 137 63 0 40 324 133 44
Binary 1000 1010110 10101110 1011111 110011 0 100000 11010100 1011011 100100

Color Harmonies of #0856AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0856AE

Black with #0856AE

Text Example


Text Example

White with #0856AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0856AE; }

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

 H1.HeaderClassName
 {
   color: #0856AE;
 }
 .AnyTagClassName
 {
   color: #0856AE;
 }
</style>

background-color css

<style>
 a { background-color: #0856AE; }

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

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

border-color css

<style>
 span { border-color: #0856AE; }

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

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