Html Css Color HEX #0855B3 Cobalt

📋 copy color: '#0855B3'

red 8 ◦ green 85 ◦ blue 179

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

Shades of Cobalt #0855B3

Tints of Cobalt #0855B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.81%

R = 2.94%
G = 31.25%
B = 65.81%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0855B3 (or 0x0855B3) is known color: Cobalt. HEX triplet: 08, 55 and B3. RGB value is (8,85,179). Sum of RGB (Red+Green+Blue) = 8+85+179=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #0855B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855B3 is #F7AA4C. Grayscale: #484848. Windows color (decimal): -16230989 or 11752712. OLE color: 11752712.

HSL color Cylindrical-coordinate representation of color #0855B3: hue angle of 212.98º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855B3 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 85 179 -
CMYK 0.96 0.53 0 0.30
HSL 212.98º 0.91% 0.37% -
HSV(B) 212.98º 0.96% 0.7% -
XYZ 11.49 9.8 43.93 -
YUV 72.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 8 85 179 0.96 0.53 0 0.30 212.98 0.91 0.37
Hex 8 55 B3 60 35 0 1E D5 5B 25
Octal 10 125 263 140 65 0 36 325 133 45
Binary 1000 1010101 10110011 1100000 110101 0 11110 11010101 1011011 100101

Color Harmonies of #0855B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855B3

Black with #0855B3

Text Example


Text Example

White with #0855B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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