Html Css Color HEX #0855AC Cobalt

📋 copy color: '#0855AC'

red 8 ◦ green 85 ◦ blue 172

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

Shades of Cobalt #0855AC

Tints of Cobalt #0855AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 3.02%
G = 32.08%
B = 64.91%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0855AC (or 0x0855AC) is known color: Cobalt. HEX triplet: 08, 55 and AC. RGB value is (8,85,172). Sum of RGB (Red+Green+Blue) = 8+85+172=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #0855AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0855AC is #F7AA53. Grayscale: #474747. Windows color (decimal): -16230996 or 11293960. OLE color: 11293960.

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

Color convert

RGB 8 85 172 -
CMYK 0.95 0.51 0 0.33
HSL 211.83º 0.91% 0.35% -
HSV(B) 211.83º 0.95% 0.67% -
XYZ 10.8 9.53 40.3 -
YUV 71.9 184.49 82.43 -
System Red Green Blue C M Y K H S L
Decimal 8 85 172 0.95 0.51 0 0.33 211.83 0.91 0.35
Hex 8 55 AC 5F 33 0 21 D4 5B 23
Octal 10 125 254 137 63 0 41 324 133 43
Binary 1000 1010101 10101100 1011111 110011 0 100001 11010100 1011011 100011

Color Harmonies of #0855AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855AC

Black with #0855AC

Text Example


Text Example

White with #0855AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0855AC; }

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

 H1.HeaderClassName
 {
   color: #0855AC;
 }
 .AnyTagClassName
 {
   color: #0855AC;
 }
</style>

background-color css

<style>
 a { background-color: #0855AC; }

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

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

border-color css

<style>
 span { border-color: #0855AC; }

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

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